Services

systemctl start <service>

start service

systemctl status <service>

check status of a service

systemctl enable <service>

start service at boot time

Last updated