summaryrefslogtreecommitdiffstats
path: root/ulogd.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'ulogd.logrotate')
-rw-r--r--ulogd.logrotate7
1 files changed, 0 insertions, 7 deletions
diff --git a/ulogd.logrotate b/ulogd.logrotate
deleted file mode 100644
index 8470811..0000000
--- a/ulogd.logrotate
+++ /dev/null
@@ -1,7 +0,0 @@
-/var/log/ulogd* {
- missingok
- sharedscripts
- postrotate
- /bin/killall -HUP ulogd 2> /dev/null || true
- endscript
-}