From 9c1f029cc997f60b61d57dc52a641cac9331c63f Mon Sep 17 00:00:00 2001 From: afornerot Date: Tue, 7 May 2019 15:42:34 +0200 Subject: [PATCH] logrotate --- logrotate/ninegate | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 logrotate/ninegate diff --git a/logrotate/ninegate b/logrotate/ninegate new file mode 100644 index 00000000..73d6840c --- /dev/null +++ b/logrotate/ninegate @@ -0,0 +1,6 @@ +/var/www/html/ninegate/var/logs/*.log { + rotate 15 + daily + su www-data +} +