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:
Arto Jantunen 2019-10-02 19:18:58 +03:00
parent 960e30cfcd
commit 3359845242

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