Fedora 29: 系统启动

来自Shiyin's note
Shen讨论 | 贡献2019年4月20日 (六) 15:28的版本 (创建页面,内容为“不再是/etc/init,而是需要通过systemctl来进行配置: #systemctl get-default #查看默认配置,默认为multi-user.target #syst...”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索

不再是/etc/init,而是需要通过systemctl来进行配置:

  1. systemctl get-default #查看默认配置,默认为multi-user.target
  2. systemctl set-default graphical.target #设置为图形界面启动
  3. systemctl get-default