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
acb0e0a9a6
commit
6065e9f48c
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ Group=__APP__
|
|||
Environment=PUBLIC_URL=https://__DOMAIN____PATH__/
|
||||
Environment=WS_PORT=__PORT__
|
||||
WorkingDirectory=__INSTALL_DIR__/
|
||||
ExecStart=/usr/bin/php__PHPVERSION__ daemon.php start --url=${PUBLIC_URL} --port=${WS_PORT}
|
||||
ExecStart=/usr/bin/php__PHPVERSION__ daemon.php start #--url=${PUBLIC_URL} --port=${WS_PORT}
|
||||
StandardOutput=syslog
|
||||
SyslogIdentifier=__APP__
|
||||
PIDFile=/run/movim.pid
|
||||
|
|
Loading…
Add table
Reference in a new issue