aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-09-26 10:11:32 +0200
committerDanilo M. <danix@danix.xyz>2026-09-26 10:11:32 +0200
commit24ef37c302c1c7900c113dd92240000a2cacf755 (patch)
tree1ff545207cacd32b32dd43c57064058aa2c92670 /README.md
parent7b07552c1e0fe5798c993b1c8cd54b0465921f34 (diff)
downloaddist-upgrade-24ef37c302c1c7900c113dd92240000a2cacf755.tar.gz
dist-upgrade-24ef37c302c1c7900c113dd92240000a2cacf755.zip
Ship a logrotate rule for the run log
/var/log/dist-upgrade.log grows across runs: rotate weekly, keep 8 compressed, mode 0640 root:root. Uses create rather than copytruncate since the script reopens the file on each run.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 63e35b3..86f6098 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,9 @@ Environment:
- `LOG` append the whole run, slackpkg output included, to this file
(default `/var/log/dist-upgrade.log`; set it empty to disable)
+A logrotate rule for that log ships in `logrotate.d/dist-upgrade`; install it
+to `/etc/logrotate.d/`.
+
## What it does
1. Snapshots the current initrd's kernel version and module list.