1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

Repair systemd.service

This commit is contained in:
Yalh 2019-01-23 03:14:06 +01:00 committed by yalh76
parent 11ae5addbf
commit f6eed6fb54

View file

@ -7,7 +7,7 @@ Environment="MIX_ENV=prod"
User=__APP__ User=__APP__
WorkingDirectory=__FINALPATH__/__APP__ WorkingDirectory=__FINALPATH__/__APP__
Environment="HOME=__FINALPATH__" Environment="HOME=__FINALPATH__"
ExecStart=/usr/local/bin/mix phx.server ExecStart=/usr/bin/mix phx.server
ExecReload=/bin/kill $MAINPID ExecReload=/bin/kill $MAINPID
KillMode=process KillMode=process
Restart=on-failure Restart=on-failure