diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-07-14 07:31:21 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-10-15 22:28:26 +0300 |
commit | 20e68b30f08e0e0eae691dcf541968e344efdaae (patch) | |
tree | 4211b12173a41a02031cfd46f34e7b69984fc383 /installation | |
parent | b48724afcdd9d46d6533aafdea4df1cc2d23b6ae (diff) | |
download | pleroma-20e68b30f08e0e0eae691dcf541968e344efdaae.tar.gz pleroma-20e68b30f08e0e0eae691dcf541968e344efdaae.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 |