[Bug 742783] ctrl-alt-delete in runlevel 3 causes a reboot although shutdown is configured in yast
https://bugzilla.novell.com/show_bug.cgi?id=742783 https://bugzilla.novell.com/show_bug.cgi?id=742783#c8 --- Comment #8 from Jiří Suchomel <jsuchome@suse.com> 2012-02-15 15:52:18 UTC --- (In reply to comment #7)
by default, ctrl-alt-del.target is symlinked to reboot.target
for reboot : ln -s /lib/systemd/system/halt.target /etc/systemd/system/ctrl-alt-del.target for halt : remove /etc/systemd/system/ctrl-alt-del.target (so it will use the defaults) for ignore : ln -s /dev/null /etc/systemd/system/ctrl-alt-del.target
It should be the other way, right? for reboot: ln -s /lib/systemd/system/reboot.target /etc/systemd/system/ctrl-alt-del.target for halt: ln -s /lib/systemd/system/halt.target /etc/systemd/system/ctrl-alt-del.target -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com