From be6bc7b26c9ad0574ed6cfb17470224d2a5e8820 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Sun, 4 Feb 2018 21:15:27 +0000 Subject: user/apache-httpd: new package --- user/apache-httpd/apache-httpd.logrotate | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 user/apache-httpd/apache-httpd.logrotate (limited to 'user/apache-httpd/apache-httpd.logrotate') diff --git a/user/apache-httpd/apache-httpd.logrotate b/user/apache-httpd/apache-httpd.logrotate new file mode 100644 index 000000000..b50fb7147 --- /dev/null +++ b/user/apache-httpd/apache-httpd.logrotate @@ -0,0 +1,10 @@ +/var/log/apache2/*log { + missingok + notifempty + sharedscripts + delaycompress + postrotate + /etc/init.d/apache2 --quiet --ifstarted reload > /dev/null 2>/dev/null || true + endscript +} + -- cgit v1.2.3-70-g09d2