mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
fix
This commit is contained in:
parent
8bf746d2e7
commit
88edd36b32
2 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,8 @@ Restart=always
|
||||||
RestartSec=1
|
RestartSec=1
|
||||||
User=__APP__
|
User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
|
StandardOutput=journal
|
||||||
|
StandardError=journal
|
||||||
SyslogIdentifier=__APP__
|
SyslogIdentifier=__APP__
|
||||||
Environment="APP_SECRET_KEY="
|
Environment="APP_SECRET_KEY="
|
||||||
Environment="APP_LOG="
|
Environment="APP_LOG="
|
||||||
|
|
|
@ -12,6 +12,8 @@ Restart=always
|
||||||
RestartSec=1
|
RestartSec=1
|
||||||
User=__APP__
|
User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
|
StandardOutput=journal
|
||||||
|
StandardError=journal
|
||||||
SyslogIdentifier=__APP___workers
|
SyslogIdentifier=__APP___workers
|
||||||
Environment="FLASK_APP=fittrackee"
|
Environment="FLASK_APP=fittrackee"
|
||||||
Environment="APP_SECRET_KEY="
|
Environment="APP_SECRET_KEY="
|
||||||
|
|
Loading…
Add table
Reference in a new issue