以系统服务方式启动程序 systemd 和 init.d 之间的区别¶ Text Only 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15Sysvinit -is more closely related to Unix philosophy and design -Starts processes sequentially(ish) -Older than Systemd Systemd -not POSIX spirited -Starts processes in parallel -Adopted by most major Linux based distributions systemd方式启动程序¶ how-to-run-a-linux-program-at-startup-with-systemd