diff options
Diffstat (limited to 'testing/systemd/systemd.install')
-rw-r--r-- | testing/systemd/systemd.install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/systemd/systemd.install b/testing/systemd/systemd.install index 784926e17..fa3e8f29a 100644 --- a/testing/systemd/systemd.install +++ b/testing/systemd/systemd.install @@ -24,6 +24,11 @@ post_upgrade() { # horrific happens, so just mask the error. systemctl -q enable getty@.service || true fi + + if [ "$(vercmp 194-4 "$2")" -eq 1 ]; then + printf '==> journald now writes to /var/log/journal by default. This can be\n' + printf ' controlled with the Storage setting in /etc/systemd/journald.conf\n' + fi } # vim:set ts=2 sw=2 et: |