FS#1645 - SA restart script doesn't start
Attached to Project:
Arch Linux
Opened by Dale Blount (dale) - Tuesday, 19 October 2004, 14:10 GMT
Last edited by Eric Johnson (eric) - Tuesday, 19 October 2004, 21:15 GMT
Opened by Dale Blount (dale) - Tuesday, 19 October 2004, 14:10 GMT
Last edited by Eric Johnson (eric) - Tuesday, 19 October 2004, 21:15 GMT
|
Details
sometimes underload calling "/etc/rc.d/spamd restart"
doesn't start because it hasn't stopped yet. Possibly add a
sleep 2 or something before start() is called like clamav
does to give spamd more time to stop before starting.
|
This task depends upon
Comment by Eric Johnson (eric) -
Tuesday, 19 October 2004, 21:15 GMT
There was already a sleep 1 between stop/start, but I upped it to
sleep 3. There is also a two-pass attempt at stopping, so a stop
can now take up to 5 seconds.