Re: systemd - getting started?
On Wed, Feb 12, 2014 at 02:53:49PM +0100, Petr Baudis wrote:
> Hi!
>
> In fact, I installed systemd on my jessie system just yesterday. So
> far I filed two (not very major, promptly being dealt with) bugs and
> after a lot of initial conservative scepticism, I'm quite excited
> especially by journald. :)
>
>
> I found switching to systemd trivial by just following:
>
> /usr/share/doc/systemd/README.Debian
>
> After a reboot, I just played with various systemctl, journalctl and
> loginctl commands to get a feeling of it.
>
>
> My first experience with a service file has been following
>
> https://wiki.archlinux.org/index.php/Systemd_FAQ#Q:_How_do_I_avoid_clearing_the_console_after_boot.3F
The advice given in this entry is sligtly outdated:
New way would be to add /etc/systemd/system/getty@tty1.service.d/noclearing.conf
containing
[Service]
TTYVTDisallocate=no
Zbyszek
Reply to: