瀏覽代碼

Update the openrc service's retry with the correct format

tags/v0.9.9
vaartis 5 年之前
父節點
當前提交
9e43a28bc3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      installation/init.d/pleroma

+ 1
- 1
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"



Loading…
取消
儲存