From 124a9bb7a5d5342fd15deb0e41e957d51d3d1d7c Mon Sep 17 00:00:00 2001 From: shibayashi Date: Mon, 12 Nov 2018 23:01:06 +0100 Subject: [PATCH] Add MIX_ENV=prod --- installation/pleroma.service | 1 + 1 file changed, 1 insertion(+) 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