Translations:CheatSheet/21/en
Start a unit
user $ systemctl start unit
Stop a unit
user $ systemctl stop unit
Check status of a unit
user $ systemctl status unit
Enable a unit
user $ systemctl enable unit
Disable a unit
user $ systemctl disable unit
Restart a unit
user $ systemctl restart unit
Shut down the system
user $ poweroff
Restart the system
user $ reboot