mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
Update fittrackee.service
This commit is contained in:
parent
4a44c9347d
commit
87604db0c5
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ Group=__APP__
|
||||||
SyslogIdentifier=__APP__
|
SyslogIdentifier=__APP__
|
||||||
WorkingDirectory=__INSTALL_DIR__/
|
WorkingDirectory=__INSTALL_DIR__/
|
||||||
EnvironmentFile=/etc/systemd/system/__APP__.service.d/variables.conf
|
EnvironmentFile=/etc/systemd/system/__APP__.service.d/variables.conf
|
||||||
EnvironmentFile=__INSTALL_DIR__/.env
|
|
||||||
ExecStart=__INSTALL_DIR__/.venv/bin/gunicorn -b 127.0.0.1:__PORT__ "fittrackee:create_app()" --error-logfile /var/log/__APP__/__APP__.log
|
ExecStart=__INSTALL_DIR__/.venv/bin/gunicorn -b 127.0.0.1:__PORT__ "fittrackee:create_app()" --error-logfile /var/log/__APP__/__APP__.log
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue