以前主要是通过/etc/init.d/或者service命令管理服务,通过chkconfig管理是否开机启动 --查看某个服务状态 [root@em12cdb ~]# systemctl status crond.service crond.service - Command Scheduler Loaded: loaded (/usr/lib/systemd/system/crond.service; enabled) Active: active (running) since Mon 2015-07-27...
Some packages need systemctl to install (mssql-server) and others need them to start/stop. Is there anything I can do about this? Reproduction Steps: $ systemctl status unattended-upgrades.service Failed to connect to bus: No such file or directory OR $ sudo apt install msqql-server ...