diff options
author | shibayashi <shibayashi@cypherpunk.observer> | 2018-11-12 23:01:06 +0100 |
---|---|---|
committer | shibayashi <shibayashi@cypherpunk.observer> | 2018-11-12 23:01:06 +0100 |
commit | 124a9bb7a5d5342fd15deb0e41e957d51d3d1d7c (patch) | |
tree | efb2fa6adbe6ad4bcd8ed456e6b662ebf22ac3b5 /installation | |
parent | b982ced92c8fcade3f4a0eceee60e92d132258f8 (diff) | |
download | pleroma-124a9bb7a5d5342fd15deb0e41e957d51d3d1d7c.tar.gz |
Add MIX_ENV=prod
Diffstat (limited to 'installation')
-rw-r--r-- | installation/pleroma.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installation/pleroma.service b/installation/pleroma.service index 84747d952..6955e5cc6 100644 --- 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 |