server-1.12/debian/crossfire-server.logrotate

11 lines
163 B
Plaintext

/var/log/crossfire/logfile {
weekly
missingok
notifempty
compress
nocreate
postrotate
/bin/kill -SIGUSR1 `cat /var/run/crossfire.pid` || true
endscript
}