You are not logged in.
Hi,
I just switch to systemd, and am very pleased to see how fast my system can boot.
However, I miss the nice display of the sysVinit ( with colors, status).
How could I bring back something similar with systemd ?
The purpose is only aesthetical, so I might rather disable any systemd output if it's easier.
Thanks.
Offline
Try uncommenting the ShowStatus=yes line in /etc/systemd/system.conf .
Offline
Nice tip! I've been concerned that journal gets up to 60-70 MB on my desktop machine, of course it's binary, but it seems not to be useful for an everyday desktop. More use to some server. And my logview tools are adopted for usual log files in /var/log. So I edited my system.conf to look like this;
[Manager]
#LogLevel=info
LogTarget=syslog
LogColor=yes
LogLocation=no
#DumpCore=yes
#CrashShell=no
ShowStatus=yes
SysVConsole=yes
#CrashChVT=1
#CPUAffinity=1 2
#MountAuto=yes
#SwapAuto=yes
#DefaultControllers=cpu
DefaultStandardOutput=syslog
DefaultStandardError=inherit
It's all new to me so I'd appreciate any comments.
Offline