init and logrotate file added.

This commit is contained in:
Roland Jax
2014-05-15 21:08:49 +02:00
parent ad200cc6b9
commit 0821a7d31b
14 changed files with 53 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
/var/log/ebus-daemon.log {
rotate 7
size 1M
copytruncate
compress
missingok
notifempty
daily
}