linuxOS_AP06/debian/ubuntu-build-service/bullseye-xfce-armhf/customization/hooks/live/0021-silence-systemd.chroot

10 lines
199 B
Plaintext
Raw Normal View History

2025-06-03 04:28:32 +00:00
#!/bin/sh
# Make systemd less spammy
sed -i 's/#LogLevel=info/LogLevel=warning/' \
/etc/systemd/system.conf
sed -i 's/#LogTarget=journal-or-kmsg/LogTarget=journal/' \
/etc/systemd/system.conf