projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b982ced
)
Add MIX_ENV=prod
author
shibayashi
<shibayashi@cypherpunk.observer>
Mon, 12 Nov 2018 22:01:06 +0000
(23:01 +0100)
committer
shibayashi
<shibayashi@cypherpunk.observer>
Mon, 12 Nov 2018 22:01:06 +0000
(23:01 +0100)
installation/pleroma.service
patch
|
blob
|
history
diff --git
a/installation/pleroma.service
b/installation/pleroma.service
index 84747d95297b606964861949b60346baa2e52bbb..6955e5cc65cb08fde3c48e4d1ad6740da68c273a 100644
(file)
--- a/
installation/pleroma.service
+++ b/
installation/pleroma.service
@@
-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