Initial commit on github.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# ebusd.log
|
||||
|
||||
/var/log/ebusd.log {
|
||||
rotate 5
|
||||
size=100k
|
||||
sharedscripts
|
||||
postrotate
|
||||
[ -f /var/run/ebusd.pid ] && /bin/kill -INT `cat /var/run/ebusd.pid`
|
||||
endscript
|
||||
}
|
||||
Reference in New Issue
Block a user