collabora-online/loolwsd.service

14 lines
427 B
INI
Raw Normal View History

2015-06-01 18:53:29 +02:00
[Unit]
Description=LibreOffice On-Line WebSocket Daemon
After=network.target
[Service]
EnvironmentFile=-/etc/sysconfig/loolwsd
2016-07-18 17:04:25 +02:00
ExecStart=/usr/bin/loolwsd --version --o:sys_template_path=/opt/lool/systemplate --o:lo_template_path=/opt/collaboraoffice5.1 --o:child_root_path=/opt/lool/child-roots --o:file_server_root_path=/usr/share/loolwsd
2015-06-01 18:53:29 +02:00
User=lool
KillMode=control-group
2015-06-01 18:53:29 +02:00
Restart=always
[Install]
WantedBy=multi-user.target