mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
Update systemd.service
This commit is contained in:
parent
f916dd4a2a
commit
ae3c8ec496
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ After=nginx.service network.target local-fs.target postgresql.service
|
||||||
Type=simple
|
Type=simple
|
||||||
User=__APP__
|
User=__APP__
|
||||||
WorkingDirectory=__FINALPATH__
|
WorkingDirectory=__FINALPATH__
|
||||||
ExecStart=/usr/bin/php daemon.php start --url=https://__DOMAIN__ --port=__PORT__
|
ExecStart=/usr/bin/php7.3 daemon.php start --url=https://__DOMAIN__ --port=__PORT__
|
||||||
StandardOutput=syslog
|
StandardOutput=syslog
|
||||||
SyslogIdentifier=__APP__
|
SyslogIdentifier=__APP__
|
||||||
PIDFile=/run/movim.pid
|
PIDFile=/run/movim.pid
|
||||||
|
|
Loading…
Reference in a new issue