summarylogtreecommitdiffstats
path: root/loolwsd.service
blob: d6a071d35e00128434d6f2c85f4421af97466b20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=loolwsd as a service

[Service]
User=lool
ExecStart=/usr/bin/loolwsd --o:sys_template_path=/var/lib/lool/systemplate --o:lo_template_path=/usr/lib/libreoffice --o:child_root_path=/var/lib/lool/child-roots --o:file_server_root_path=/usr/share/loolwsd
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=on-failure

[Install]
WantedBy=multi-user.target