From: Michael Stapelberg Date: Sat, 21 Dec 2013 18:07:15 +0000 (+0100) Subject: explain in README.Debian how to enable persistent logging in journald X-Git-Tag: debian/247.3-7+deb11u1~2242^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=377f38f4991a455ca84c2b09671f5394ca0bc793;p=systemd.git explain in README.Debian how to enable persistent logging in journald --- diff --git a/debian/README.Debian b/debian/README.Debian index b9cc21329..9d7c96001 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -10,4 +10,13 @@ init=/bin/systemd to the kernel command line and then rebooting, or install the systemd-sysv package. +Enabling persistent logging in journald +======================================= + +To enable persistent logging, create /var/log/journal and set up proper +permissions: + +install -d -g systemd-journal /var/log/journal +setfacl -R -nm g:adm:rx,d:g:adm:rx /var/log/journal + -- Tollef Fog Heen , Wed, 12 Oct 2011 08:43:50 +0200