How do i list just the services when using systemd?



  • If you run systemctl without any options you will just get everything managed by systemd, socket, targets, device, etc.

    If you want just the services run the following command:

    $ systemctl list-units --type=service
    UNIT                               LOAD   ACTIVE     SUB          DESCRIPTION
    accounts-daemon.service            loaded active     running      Accounts Service
    acpid.service                      loaded active     running      ACPI event daemon
    ...
    ...
    ...
    

Log in to reply
 

© Lightnetics 2024