“Fedora 29: 系统启动”的版本间差异
跳到导航
跳到搜索
(创建页面,内容为“不再是/etc/init,而是需要通过systemctl来进行配置: #systemctl get-default #查看默认配置,默认为multi-user.target #syst...”) |
(没有差异)
|
2019年4月20日 (六) 15:28的最新版本
不再是/etc/init,而是需要通过systemctl来进行配置:
- systemctl get-default #查看默认配置,默认为multi-user.target
- systemctl set-default graphical.target #设置为图形界面启动
- systemctl get-default