November 26, 2024

After a long hiatus, back again! Hopefully, this time I will be consistent :)

Things That I Discovered

1. List Systemd Services Of A User

  • To list the services of a user, we can use systemctl --user --machine=<username>@ list-units --type=service command to list the services of a user.

  • Reference: Ask Ubuntu

Last updated