mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
71fe020f84
git-svn-id: https://svn.fhem.de/fhem/trunk@3 2b470e98-0d58-463d-a4d8-8e2adae1ed80
12 lines
193 B
Plaintext
12 lines
193 B
Plaintext
/var/tmp/fhz1000.log {
|
|
rotate 6
|
|
size 2M
|
|
compress
|
|
missingok
|
|
notifempty
|
|
postrotate
|
|
[[ `ps -ef | grep fhz1000.pl | grep -v grep` ]] && \
|
|
/etc/init.d/fhz1000 restart
|
|
endscript
|
|
}
|