From 377f38f4991a455ca84c2b09671f5394ca0bc793 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 21 Dec 2013 19:07:15 +0100 Subject: [PATCH] explain in README.Debian how to enable persistent logging in journald --- debian/README.Debian | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.39.5