1
0
Fork 0
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:
ericgaspar 2020-07-24 17:58:14 +02:00
parent 569ff6a703
commit 89703ca3ec
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -6,10 +6,14 @@ After=nginx.service network.target local-fs.target postgresql.service
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
WorkingDirectory=__FINALPATH__
ExecStart=/usr/bin/php daemon.php start --url=https://__URL__ --port=__PORT__
StandardOutput=syslog
SyslogIdentifier=__APP__
[Install]
WantedBy=multi-user.target
#ExecStart=/usr/bin/php daemon.php start --url=https://__DOMAIN__/__PATH__ --port=__PORT__