diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-07-16 08:52:14 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-10-15 22:28:49 +0300 |
commit | 14054cd004d91e89644c31d61b08d50ff0df09dd (patch) | |
tree | b27039c20c6d584b393043bd23e6fda11640e6e8 /installation | |
parent | 20e68b30f08e0e0eae691dcf541968e344efdaae (diff) | |
download | pleroma-14054cd004d91e89644c31d61b08d50ff0df09dd.tar.gz pleroma-14054cd004d91e89644c31d61b08d50ff0df09dd.zip |
update task messages
Diffstat (limited to 'installation')
-rwxr-xr-x | installation/init.d/pleroma | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installation/init.d/pleroma b/installation/init.d/pleroma index 384536f7e..e908cda1b 100755 --- a/installation/init.d/pleroma +++ b/installation/init.d/pleroma @@ -8,6 +8,7 @@ pidfile="/var/run/pleroma.pid" directory=/opt/pleroma healthcheck_delay=60 healthcheck_timer=30 +export $(cat /opt/pleroma/config/pleroma.env) : ${pleroma_port:-4000} |