Daftar Layanan Bash
# list all running services
systemctl list-units --type=service
# look for one in particular
systemctl list-units --type=service | grep serviceName
SystemSplit