summaryrefslogtreecommitdiff
path: root/installation/pleroma.service
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2020-10-19 15:31:56 +0400
committerEgor Kislitsyn <egor@kislitsyn.com>2020-10-19 15:31:56 +0400
commit18a91d85e59eb67a2d58a28aae732c34b75ebe97 (patch)
treee18b75fb8e2bdffc60a00fa74c51b47177bd9bfd /installation/pleroma.service
parent2a475622eea5550c9ab455c4e86212fc09ee9c58 (diff)
parent0495a07dc77d81abf46cbe166ae3fec14f705809 (diff)
downloadpleroma-18a91d85e59eb67a2d58a28aae732c34b75ebe97.tar.gz
pleroma-18a91d85e59eb67a2d58a28aae732c34b75ebe97.zip
Merge branch 'develop' into feature/local-only-scope
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