1
0
mirror of https://git.pleroma.social/sjw/pleroma.git synced 2025-01-11 14:45:39 +01:00

Add MIX_ENV=prod

This commit is contained in:
shibayashi 2018-11-12 23:01:06 +01:00
parent b982ced92c
commit 124a9bb7a5
No known key found for this signature in database
GPG Key ID: C10662A33EB28508

View File

@ -6,6 +6,7 @@ After=network.target postgresql.service
User=pleroma
WorkingDirectory=/home/pleroma/pleroma
Environment="HOME=/home/pleroma"
Environment="MIX_ENV=prod"
ExecStart=/usr/local/bin/mix phx.server
ExecReload=/bin/kill $MAINPID
KillMode=process