mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
11 lines
286 B
Text
11 lines
286 B
Text
/var/log/metronome/metronome.log /var/log/metronome/metronome.err {
|
|
daily
|
|
rotate 14
|
|
compress
|
|
create 640 metronome adm
|
|
postrotate
|
|
/etc/init.d/metronome reload > /dev/null
|
|
endscript
|
|
sharedscripts
|
|
missingok
|
|
}
|