1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/collabora_ynh.git synced 2024-09-03 18:16:25 +02:00

[fix] systemd

This commit is contained in:
rafi59 2017-09-05 17:54:34 +02:00
parent 36ba9e184e
commit 92b11296fd

14
conf/systemd.service Normal file
View file

@ -0,0 +1,14 @@
[Unit]
Description=Collabora online
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
ExecStart=__FINALPATH__/script >> /var/log/__APP__/__APP__.log 2>&1
[Install]
WantedBy=multi-user.target