diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-07-14 07:31:21 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-07-14 09:05:34 +0300 |
commit | 3062f86613696419f4716a53c3272ceef1b2b119 (patch) | |
tree | b50b62b0bc879f1c0a9351adbce1f45887a015e9 /installation | |
parent | 5d215fd81f529b639db9096ca71d4e7f0a6ed386 (diff) | |
download | pleroma-3062f86613696419f4716a53c3272ceef1b2b119.tar.gz pleroma-3062f86613696419f4716a53c3272ceef1b2b119.zip |
added generated `pleroma.env`
Diffstat (limited to 'installation')
-rw-r--r-- | installation/pleroma.service | 2 |
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 |