13,420
edits
Changes
no edit summary
=== systemd Command Usage ===
'''systemctl''': used to start/stop/restart/reload the appropriate service.
=== systemd Examples ===
:'''systemctl stop name.service'''
:'''systemctl start name.service'''
:'''systemctl restart name.service'''
:'''systemctl status name.service'''
:'''systemctl enable name.service'''
:'''systemctl disable name.service'''
{{Admon/note|Graphical Version|The '''systemadm''' command provides a graphical tool to manage services, but is still in the development stage and should not be used.|}}