From 5926ea0a6860095eaa83403417cbbf345db864f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 29 Feb 2020 10:01:39 +0100 Subject: [PATCH] presets: enable systemd-pstore.service by default It has no effect is the pstore is not used, and prevents the non-volatile storage from filling up if is used by the kernel. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952767 --- presets/90-systemd.preset | 2 ++ 1 file changed, 2 insertions(+) diff --git a/presets/90-systemd.preset b/presets/90-systemd.preset index 4009cbb96e..dc9d02f0b9 100644 --- a/presets/90-systemd.preset +++ b/presets/90-systemd.preset @@ -36,6 +36,8 @@ disable systemd-journal-gatewayd.* disable systemd-journal-remote.* disable systemd-journal-upload.* +enable systemd-pstore.service + # Passive targets: always off by default, since they should only be pulled in # by dependent units.