diff --git a/conf/systemd.service b/conf/systemd.service index 221a982..ea95f14 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -6,7 +6,8 @@ After=network.target postgresql.service ExecReload=/bin/kill $MAINPID KillMode=process Restart=on-failure -User=mobilizon +User=__APP__ +Group=__APP__ Environment="MIX_ENV=prod" EnvironmentFile=__FINALPATH__/__APP__/.env