diff options
-rw-r--r-- | takemi-os.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/takemi-os.scm b/takemi-os.scm index a35793d..4308979 100644 --- a/takemi-os.scm +++ b/takemi-os.scm @@ -287,7 +287,8 @@ (frequency 'daily) (files '("/var/log/nginx/access.log" "/var/log/nginx/error.log")) - (options `( ;; Keep a week of logs. + (options `("packdir /var/log/nginx" + ;; Keep a week of logs. "rotate 6" ;; Run post-rotate once per ;; rotation rather than once |