常用¶
init 系统(启动系统)¶
Linux 中常见的 init 系统有以下几种
Systemd:
Ubuntu 15.04 及以后版本
Fedora 15 及以后版本
CentOS 7 及以后版本
uWSGI示例: https://uwsgi-docs-zh.readthedocs.io/zh-cn/latest/Systemd.html
Upstart:
Ubuntu 6.10 到 14.10 版本
uWSIG示例: https://uwsgi-docs-zh.readthedocs.io/zh-cn/latest/Upstart.html
SysVinit:
大多数早期的 Linux 发行版,如 Debian、Ubuntu 6.04 及之前的版本、CentOS 6 及之前的版本等。
Supervisor, Daemontools 或 inetd/xinetd 这样的工具
使用 init.d/rc.d 脚本
进程管理器¶
supervisord, god, monit, circus