我想在 CentOS7 (Systemd) 中将目标设置为服务。我想知道以下。
- 如何将目标设置为服务。
- 如何显示服务目标。
换句话说,我想知道以下命令的替换。
$ sudo chkconfig --level=2345 mysql on (<- set runlevel)
$ chkconfig --list mysql (<- show runlevel)
我知道 CentOS6 中的“运行级别”改变了 CentOS7 中的“目标”,我应该使用“systemctl”命令。
但问题并没有解决。
我听说以下命令是 "chkconfig --list" 的替代品,但我无法检查目标,也无法设置目标。
systemctl list-unit-files