mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
12 lines
153 B
Text
12 lines
153 B
Text
|
/var/log/tinc.* {
|
||
|
rotate 10
|
||
|
notifempty
|
||
|
size=5M
|
||
|
compress
|
||
|
delaycompress
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
/etc/rc.d/rc.tinc restart
|
||
|
endscript
|
||
|
}
|