Commit 4a0239a3 authored by Jonathan's avatar Jonathan Committed by GitHub
Browse files

Merge pull request #42 from paulseward/logrotate_fix

test for the existance of the pidfile before trying to HUP the daemon
parents a83e5fab 6255c6d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,5 +56,5 @@
}

lastrotate
	kill -HUP `cat /var/run/radiusd/radiusd.pid`
	if [ -e /var/run/radiusd/radiusd.pid ] then; kill -HUP `cat /var/run/radiusd/radiusd.pid`; fi;
endscript