diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-01-28 15:39:14 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-01-28 15:39:14 +0300 |
commit | d3f9e6f6fed382ede8e314c370c21e84a119f65a (patch) | |
tree | c8cd63007993d25bb8c17b5b83e8761db9de3295 /installation/init.d | |
parent | 1d2f41642cfec5710055bcf8409778bb362beecb (diff) | |
parent | de0fb88a9cf587b9613e267d5dddfe55b0f414b7 (diff) | |
download | pleroma-d3f9e6f6fed382ede8e314c370c21e84a119f65a.tar.gz |
[#534] Merged `upstream/develop`.
Diffstat (limited to 'installation/init.d')
-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" |