我看到许多 Upstart 工作使用如下指令:
start on runlevel [2345]
该新贵食谱提供运行级别为Debian / Ubuntu的名单如下:
0 : System halt.
1 : Single-User mode.
2 : Graphical multi-user plus networking (DEFAULT)
3 : Same as "2", but not used.
4 : Same as "2", but not used.
5 : Same as "2", but not used.
6 : System reboot.
Run Code Online (Sandbox Code Playgroud)
如果不使用3、4、5,为什么在这么多的作业配置中提到它们?运行级别 3-5 是否仅用于与LSB PDA 规范兼容?它们是否用于其他发行版的利益?