mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
6007ad6861
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
11 lines
153 B
Text
11 lines
153 B
Text
/var/log/tinc.* {
|
|
rotate 10
|
|
notifempty
|
|
size=5M
|
|
compress
|
|
delaycompress
|
|
sharedscripts
|
|
postrotate
|
|
/etc/rc.d/rc.tinc restart
|
|
endscript
|
|
}
|