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
Arto Jantunen 2019-10-02 19:18:58 +03:00
parent 960e30cfcd
commit 3359845242
1 changed files with 0 additions and 1 deletions

View File

@ -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