mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Stop setting PIDFile, useless when Type=simple
This has been unneeded since commit 528a7a5ab which converted this from
Type=forking to Type=simple.
This commit is contained in:
parent
960e30cfcd
commit
3359845242
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue