先列出Linux系统中的各种服务管理方式
- /etc/init.d 是sysVinit服务的启动方式,对于一些古老的系统或者服务 使用这个.
- service 也是sysVinit, 比/etc/init.d先进一点,底层还是调用/etc/init.d
- systemctl 是systemD命令的主要方式, 尽管一些老的系统或者命令不支持systemctl, 但是systemctl最后会逐渐的替代其他的命令方式的, 能用这个就优先用这个,是最时尚/方便的
- systemctl的config文件存在 /lib/systemd/system/xxxxxx.serive
正文完