mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
13 lines
254 B
Text
13 lines
254 B
Text
/home/osem/events/shared/log/*.log {
|
|
compress
|
|
dateext
|
|
maxage 31
|
|
rotate 99
|
|
size=+4096k
|
|
missingok
|
|
notifempty
|
|
create 644 osem osem
|
|
postrotate
|
|
/usr/bin/touch /home/osem/events/current/tmp/restart.txt
|
|
endscript
|
|
}
|