From 06d6337488b49281bfe8d12c46fba48d3db0de76 Mon Sep 17 00:00:00 2001 From: Andrey Cherepanov Date: Mon, 26 Aug 2019 13:27:45 +0300 Subject: [PATCH] education/base: add useful systemd features * systemd-settings-enable-showstatus - show only failed units, hide units was successsful running * systemd-settings-disable-dumpcore - do not save coredump files * systemd-settings-enable-log-to-tty12 - show log on tty12 --- pkg.in/lists/education/base | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg.in/lists/education/base b/pkg.in/lists/education/base index c14b15a5..4ba5993a 100644 --- a/pkg.in/lists/education/base +++ b/pkg.in/lists/education/base @@ -208,3 +208,7 @@ desktop-screensaver-modules-xscreensaver-gl # Use first user in first time of lightdm run installer-feature-lightdm-stage3 + +systemd-settings-enable-showstatus +systemd-settings-disable-dumpcore +systemd-settings-enable-log-to-tty12