summaryrefslogtreecommitdiff
path: root/skip/apache2/apache2.logrotate
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2023-02-02 14:10:02 +0000
committerdavidovski <david@davidovski.xyz>2023-02-02 14:10:02 +0000
commitf29d569cd33a73da5ad675f43a34ad53c5cc9bc6 (patch)
tree76fe6267f8307e7630fc6f53ff99a9767ad40de0 /skip/apache2/apache2.logrotate
parent05d004dfe0c9a9d898fac8a4a0292ca2a74ca391 (diff)
Work
Diffstat (limited to 'skip/apache2/apache2.logrotate')
-rw-r--r--skip/apache2/apache2.logrotate10
1 files changed, 10 insertions, 0 deletions
diff --git a/skip/apache2/apache2.logrotate b/skip/apache2/apache2.logrotate
new file mode 100644
index 0000000..b50fb71
--- /dev/null
+++ b/skip/apache2/apache2.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
+}
+