Service 和 Systemctl 的区别

Difference between Service and Systemctl

systemctl命令,主要用于使服务在开机时启动。

systemctl enable service_name,服务会在开机时自动启动。

服务启动有什么用service_name

这两个命令都用于启动和关闭 GNU/Linux 中的服务。

但是,service 命令由 sysvinit 使用,systemctl 由 systemd 使用。

在 systemd 中,service 命令还存在,但仅用于与旧 sysvinit 脚本的遗留兼容性