You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
227 B
9 lines
227 B
21 years ago
|
# $Id: lircd.logrotate,v 1.1 2004/11/08 04:49:37 cvsextras Exp $
|
||
|
|
||
|
/var/log/lircd {
|
||
|
missingok
|
||
|
postrotate
|
||
|
[ -e /var/lock/subsys/lircd ] && /bin/kill -HUP `/bin/cat /var/run/lircd.pid` || /bin/true
|
||
|
endscript
|
||
|
}
|