> For the complete documentation index, see [llms.txt](https://my-learning-journey.devjugal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://my-learning-journey.devjugal.com/content/2024/november/day-26.md).

# 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](https://askubuntu.com/a/1424341)
