Loading

Systemd SysVinit 命令比较

命令 SysVinit Systemd
启动 service 服务 start systemctl start 服务
停止 service 服务 stop systemctl stop 服务
重启 service 服务 restart systemctl restart 服务
重新加载 service 服务 reload systemctl reload 服务
状态 service 服务 status systemctl status 服务
开机启动 service 服务 on systemctl enable 服务
取消开机启动 service 服务 off systemctl disable 服务
确认开机启动状态 chkconfig 服务 systemctl is-enabled 服务
加载服务配置文件 chkconfig 服务名 -add systemctl deamon-reload
posted @ 2021-05-10 14:05  北兢王  阅读(310)  评论(0)    收藏  举报