On Sun, 2011-06-12 at 15:06 +0200, Per Jessen wrote:
This is a factory build 45 system, minimal server install.
I've noticed some differences when I boot with systemd:
acpid is not started. rsyslogd is not started
The spec files do not enable them. The current sysv enabled-state needs to be mirrored to systemd's state on upgrade. It's being worked on. For now you need to do it manually: systemctl enable rsyslog.service systemctl enable acpid.service
with sysvinit I would have a set of virtual consoles:
/sbin/mingetty --noclear tty1 /sbin/mingetty tty2 /sbin/mingetty tty3 /sbin/mingetty tty4 /sbin/mingetty tty5 /sbin/mingetty tty6
with systemd I have:
/sbin/agetty tty1 38400 /sbin/agetty tty2 38400 /sbin/agetty tty3 38400 /sbin/agetty tty4 38400 /sbin/agetty tty5 38400 /sbin/agetty tty6 38400
That's expected. mingetty is no longer used with systemd, and all distros using systemd standardized on util-linux's agetty for everything. Kay -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org