mirror of
https://github.com/YunoHost-Apps/mobilizon_ynh.git
synced 2024-09-03 19:46:19 +02:00
fix service
This commit is contained in:
parent
6dc72424d6
commit
8f55fb04a0
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ After=network.target postgresql.service
|
||||||
ExecReload=/bin/kill $MAINPID
|
ExecReload=/bin/kill $MAINPID
|
||||||
KillMode=process
|
KillMode=process
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
User=mobilizon
|
User=__APP__
|
||||||
|
Group=__APP__
|
||||||
|
|
||||||
Environment="MIX_ENV=prod"
|
Environment="MIX_ENV=prod"
|
||||||
EnvironmentFile=__FINALPATH__/__APP__/.env
|
EnvironmentFile=__FINALPATH__/__APP__/.env
|
||||||
|
|
Loading…
Add table
Reference in a new issue