diff options
Diffstat (limited to 'pcr/ulogd2/logrotate')
-rw-r--r-- | pcr/ulogd2/logrotate | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pcr/ulogd2/logrotate b/pcr/ulogd2/logrotate deleted file mode 100644 index 7a53c4d52..000000000 --- a/pcr/ulogd2/logrotate +++ /dev/null @@ -1,10 +0,0 @@ -/var/log/ulogd2.log { - missingok - notifempty - sharedscripts - create 0640 root root - - postrotate - [ -e /var/run/ulogd2.pid ] && /etc/rc.d/ulogd2 restart > /dev/null - endscript -} |