summaryrefslogtreecommitdiff
path: root/installation/pleroma.service
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-07-29 13:45:15 +0000
committerlain <lain@soykaf.club>2020-07-29 13:45:15 +0000
commita6d3bb5f30697cafc5dd9acf490bde7e2f33f5f8 (patch)
treebddf044b51cacba7c80f8b054bb3c0781628fd15 /installation/pleroma.service
parent269b61a2402e3d12d09baf26ba73359776f556b0 (diff)
parent8d6f7aec2145fc012677cfd9f61cb3e2720edd68 (diff)
downloadpleroma-a6d3bb5f30697cafc5dd9acf490bde7e2f33f5f8.tar.gz
pleroma-a6d3bb5f30697cafc5dd9acf490bde7e2f33f5f8.zip
Merge branch 'issue/1023' into 'develop'
[#1023] added generated `pleroma.env` See merge request pleroma/pleroma!2763
Diffstat (limited to 'installation/pleroma.service')
-rw-r--r--installation/pleroma.service2
1 files changed, 2 insertions, 0 deletions
diff --git a/installation/pleroma.service b/installation/pleroma.service
index 5dcbc1387..ee00a3b7a 100644
--- a/installation/pleroma.service
+++ b/installation/pleroma.service
@@ -17,6 +17,8 @@ Environment="MIX_ENV=prod"
Environment="HOME=/var/lib/pleroma"
; Path to the folder containing the Pleroma installation.
WorkingDirectory=/opt/pleroma
+; Path to the environment file. the file contains RELEASE_COOKIE and etc
+EnvironmentFile=/opt/pleroma/config/pleroma.env
; Path to the Mix binary.
ExecStart=/usr/bin/mix phx.server