mirror of https://github.com/fail2ban/fail2ban
Stop setting PIDFile, useless when Type=simple
This has been unneeded since commit 528a7a5ab
which converted this from
Type=forking to Type=simple.
pull/2537/head
parent
960e30cfcd
commit
3359845242
|
@ -13,7 +13,6 @@ ExecStart=@BINDIR@/fail2ban-server -xf start
|
|||
# ExecStart=@BINDIR@/fail2ban-server -xf --logtarget=sysout start
|
||||
ExecStop=@BINDIR@/fail2ban-client stop
|
||||
ExecReload=@BINDIR@/fail2ban-client reload
|
||||
PIDFile=/run/fail2ban/fail2ban.pid
|
||||
Restart=on-failure
|
||||
RestartPreventExitStatus=0 255
|
||||
|
||||
|
|
Loading…
Reference in New Issue