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