libreoffice-online/loolwsd.service

25 lines
641 B
SYSTEMD
Raw Normal View History

2015-06-01 11:53:29 -05:00
[Unit]
Description=Collabora Online WebSocket Daemon
2015-06-01 11:53:29 -05:00
After=network.target
[Service]
EnvironmentFile=-/etc/sysconfig/loolwsd
ExecStart=/usr/bin/loolwsd --version --o:sys_template_path=/opt/lool/systemplate --o:child_root_path=/opt/lool/child-roots --o:file_server_root_path=/usr/share/loolwsd
KillSignal=SIGINT
TimeoutStopSec=120
2015-06-01 11:53:29 -05:00
User=lool
KillMode=control-group
2015-06-01 11:53:29 -05:00
Restart=always
LimitNOFILE=infinity:infinity
2015-06-01 11:53:29 -05:00
ProtectSystem=strict
ReadWritePaths=/opt/lool /var/log
ProtectHome=yes
PrivateTmp=yes
ProtectControlGroups=yes
CapabilityBoundingSet=CAP_FOWNER CAP_CHOWN CAP_MKNOD CAP_SYS_CHROOT CAP_SYS_ADMIN
2015-06-01 11:53:29 -05:00
[Install]
WantedBy=multi-user.target