Initial commit on github.

This commit is contained in:
Roland Jax
2013-11-14 21:15:14 +01:00
parent 36fc9f23c2
commit 916ec20456
37 changed files with 8561 additions and 2 deletions
+10
View File
@@ -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
}