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
a3e3fb6ae5
commit
031b2a82d5
1 changed files with 4 additions and 4 deletions
|
@ -12,12 +12,12 @@ Restart=always
|
|||
RestartSec=1
|
||||
User=__APP__
|
||||
Group=__APP__
|
||||
|
||||
|
||||
StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
SyslogIdentifier=fittrackee
|
||||
SyslogIdentifier=__APP__
|
||||
WorkingDirectory=__INSTALL_DIR__/
|
||||
EnvironmentFile=/etc/systemd/system/__APP__.service.d/variables.conf
|
||||
|
||||
WorkingDirectory=__INSTALL_DIR__/
|
||||
ExecStart=__INSTALL_DIR__/.venv/bin/gunicorn -b 127.0.0.1:__PORT__ "fittrackee:create_app()" --error-logfile /var/log/__APP__/__APP__.log
|
||||
Restart=always
|
||||
|
||||
|
|
Loading…
Reference in a new issue