Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
systemctl命令,主要用于使服务在启动时启动。
systemctl enable service_name,服务会在开机时自动启动。
service start service_name有什么用
这两个命令都用于在 GNU/Linux 中启动和关闭服务。
但是,service命令由 sysvinit 使用,并且systemctl由 systemd 使用。
service
systemctl
在 systemd 中,service命令仍然存在,但仅限于与旧 sysvinit 脚本的遗留兼容性