diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-01-31 15:07:49 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-01-31 15:07:49 +0700 |
commit | d3677d2b4d4d53619777509e0169bb0764213d39 (patch) | |
tree | c93f81bd476ba1feee727dd16d72593968aa3648 /installation | |
parent | ab31adf15bbec1597a9b7cf065898fb3f712eef3 (diff) | |
parent | 95d6118090fbd36fca4fd62133b270eaf27ae4df (diff) | |
download | pleroma-d3677d2b4d4d53619777509e0169bb0764213d39.tar.gz pleroma-d3677d2b4d4d53619777509e0169bb0764213d39.zip |
Merge remote-tracking branch 'MAIN/develop' into feature/jobs
Diffstat (limited to 'installation')
-rwxr-xr-x | installation/init.d/pleroma | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/init.d/pleroma b/installation/init.d/pleroma index 9582d65d4..2b211df65 100755 --- a/installation/init.d/pleroma +++ b/installation/init.d/pleroma @@ -12,7 +12,7 @@ export PORT=4000 export MIX_ENV=prod # Ask process to terminate within 30 seconds, otherwise kill it -retry="SIGTERM/30 SIGKILL/5" +retry="SIGTERM/30/SIGKILL/5" pidfile="/var/run/pleroma.pid" |