Control the systemd system and service manager

# e.g. check the status of cron service
systemctl status cron.service

# e.g. stop cron service
systemctl stop cron.service
click the source code to copy