chu原文:How To Use Systemctl to Manage Systemd Services and Units 简书:如何使用Systemctl管理系统服务和单元? 引言 Systemd是一个init system 和 系统管理器(system manager).由于SysV的缺陷,Systemd正逐渐被各大发行版采纳.本文将介绍如何管理服务.检查状态.更改系统状态以及使用配置文件.尽管 systemd 已经成为许多Linux发行版默认的init system,但它并没有在所有发…
The command chkconfig is no longer available in Ubuntu.The equivalent command to chkconfig is update-rc.d.This command nearly supports all the new versions of ubuntu. The similar commands are update-rc.d <service> defaults update-rc.d <service>…