mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
9f17ff1d7e
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
15 lines
293 B
Text
15 lines
293 B
Text
/var/log/elemental-ircd/* {
|
|
daily
|
|
rotate 7
|
|
copytruncate
|
|
delaycompress
|
|
compress
|
|
notifempty
|
|
missingok
|
|
postrotate
|
|
if [ -x /etc/rc.d/rc.elemental-ircd ]
|
|
then
|
|
/etc/rc.d/rc.elemental-ircd reload > /dev/null 2>&1
|
|
fi
|
|
endscript
|
|
}
|