Command Descriptionsystemctl
start
servicename
serviceStart a servicesystemctl stop
servicename
serviceStop a servicesystemctl
restart
servicename
serviceRestart a servicesystemctl
reload
servicename
serviceReload a service (this only tells the service to reload its
configuration files, rather than restart the entire
service; typically, restarting is a safer option)systemctl
status
servicename
serviceShow the status of a servicesystemctl
condrestart
servicename
serviceRestart a service if it is already runningsystemctl
enable
servicename
serviceEnable a service at startupsystemctl
disable
servicename
serviceDisable a service at startup (typically to remove a
service from the list of those starting automatically at
boot)A few standard commands are replaced in systemd, including the ones in