![]() | 1 reus 2011-08-06 10:42:24 +08:00 请善用google |
![]() | 2 tobecoming OP @reus Q: How do I change the default runlevel to boot into? A: The symlink /etc/systemd/system/default.target controls where we boot into by default. Link it to the target unit of your choice. For example, like this: # ln -sf /lib/systemd/system/multi-user.target /etc/systemd/system/default.target or # ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target = =........完全没有看懂 |
![]() | 3 tobecoming OP @reus 建立multi-user.target和graphical.target 的同步链接,可是这两个文件和default.target 是一样的,完全就不会有变化啊= =............ |
![]() | 4 reus 2011-08-06 18:22:13 +08:00 ls -l /lib/systemd/system/default.target 看指向哪个呗,指向multi-user.target就相当于level3,指向graphical.target就相当于level5 |
![]() | 5 reus 2011-08-06 18:22:35 +08:00 其实为什么你要设置这个呢?保持默认的就ok啊 |
![]() | 6 tobecoming OP @reus = =原来是这样,用vi看那两个文件还以为是一模一样的,谢谢赐教,linux新手瞎折腾,哈哈 |