mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
15 lines
213 B
Text
15 lines
213 B
Text
|
/var/log/slimserver.log {
|
||
|
size 5M
|
||
|
compress
|
||
|
create 0644 slimserver users
|
||
|
missingok
|
||
|
prerotate
|
||
|
/etc/rc.d/rc.slimserver stop
|
||
|
endscript
|
||
|
|
||
|
postrotate
|
||
|
/etc/rc.d/rc.slimserver start
|
||
|
endscript
|
||
|
}
|
||
|
|