2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-11 05:50:13 +00:00

Fix systemctl commands in the install guide

This commit is contained in:
Khaled Salim
2016-06-07 12:43:28 +03:00
parent b48bcb3c6a
commit 6c18105233

View File

@@ -188,22 +188,22 @@ xCAT is started automatically after the installation, but the following commands
* start xCAT: ::
service xcatd start
[systemd] systemctl xcatd.service start
[systemd] systemctl start xcatd.service
* stop xCAT: ::
service xcatd stop
[systemd] systemctl xcatd.service stop
[systemd] systemctl stop xcatd.service
* restart xCAT: ::
service xcatd restart
[systemd] systemctl xcatd.service restart
[systemd] systemctl restart xcatd.service
* check xCAT status: ::
service xcatd status
[systemd] systemctl xcatd.service status
[systemd] systemctl status xcatd.service
.. END_verifying_xcat