[sheepdog-users] logrotate

Valerio Pachera sirio81 at gmail.com
Wed Oct 8 18:14:51 CEST 2014


I've been testing a bit on my laptop using -c local

and tried using HUP signal

/tmp/sheeptest/sheep.log {
        weekly
        rotate 4
        create
        truncate
        postrotate
                pkill -HUP -x sheep
        endscript
}


It seems to work fine.

I would like to heat from sheepdog developer if it's safe to send HUP
signal to sheepdog or if it's better not to send HUP signal and use
truncate option.



More information about the sheepdog-users mailing list