
Originally Posted by
metehyi
Hi
try with : Yast2 --> System Services (Runlevels) --> Expert Mode
should work
Hi metehyi
I think that solution use SysVinit in the background, in the link that ken_yap gave us says:
Code:
systemctl reboot
systemctl poweroff
to set runlevel 5 and 3 we should modify a symbolic link to point a specific target
Target symbolic link
----------------------------------------------------------------------------------------------------------------
ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target (runlevel 5)
ln -sf /lib/systemd/system/multi-user.target /etc/systemd/system/default.target (runlevel 3)
Bookmarks