2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-12 08:10:12 +00:00

Merge pull request #1281 from khaledsalim/master

Fix systemctl commands in the install guide
This commit is contained in:
Victor Hu
2016-06-13 07:48:43 -04:00
committed by GitHub

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