Systemd
CLI¶
Listing services
Listing all services ( including units wich are not active)systemctl list-units --type service
Listing all available service units to see if they are enabled.systemctl list-units --type service --all
Show status of an servicesystemctl list-unit-files --type service
systemctl status name.service
@Dalis