소스 검색

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"



불러오는 중...
취소
저장