diff options
Diffstat (limited to 'abs/mv-core/lighttpd/lighttpd.logrotate.d')
-rw-r--r-- | abs/mv-core/lighttpd/lighttpd.logrotate.d | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/abs/mv-core/lighttpd/lighttpd.logrotate.d b/abs/mv-core/lighttpd/lighttpd.logrotate.d deleted file mode 100644 index f31cb79..0000000 --- a/abs/mv-core/lighttpd/lighttpd.logrotate.d +++ /dev/null @@ -1,8 +0,0 @@ -/var/log/lighttpd/*log { - create 644 nobody nobody - compress - postrotate - /bin/kill -HUP `cat /var/run/lighttpd.pid 2>/dev/null` 2> /dev/null || true - endscript -} - |