libreoffice-online/loolwsd.service

16 lines
418 B
SYSTEMD
Raw Normal View History

2015-06-01 11:53:29 -05:00
[Unit]
Description=LibreOffice 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
[Install]
WantedBy=multi-user.target