diff options
-rw-r--r-- | installation/pleroma@.service (renamed from installation/pleroma.service) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installation/pleroma.service b/installation/pleroma@.service index 8338228d8..89ae0d055 100644 --- a/installation/pleroma.service +++ b/installation/pleroma@.service @@ -1,5 +1,5 @@ [Unit] -Description=Pleroma social network +Description=Pleroma social network (MIX_ENV=%i) After=network.target postgresql.service [Service] @@ -10,7 +10,7 @@ Restart=on-failure ; Name of the user that runs the Pleroma service. User=pleroma ; Declares that Pleroma runs in production mode. -Environment="MIX_ENV=prod" +Environment="MIX_ENV=%i" ; Make sure that all paths fit your installation. ; Path to the home directory of the user running the Pleroma service. |