1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00

Fix service configuration

This commit is contained in:
Jean-Baptiste Holcroft 2019-03-01 22:23:07 +01:00
parent aa8c60b6bb
commit 25545ca32e

View file

@ -7,7 +7,7 @@ Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
ExecStart=/usr/bin/php daemon.php start --url=https://YHURL --port=YHPORT
ExecStart=/usr/bin/php daemon.php start --url=https://__URL__ --port=__PORT__
StandardOutput=syslog
SyslogIdentifier=__APP__