> For the complete documentation index, see [llms.txt](https://til.devjugal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.devjugal.com/linux/systemd.md).

# Systemd

> systemd, init - systemd system and service manager

systemd is a suite of basic building blocks for a Linux system. It provides a system and service manager that runs as PID 1 and starts the rest of the system.

### [Cheatsheet](https://systemd.io/)

## TIL(s)

* [Create A Service](/linux/systemd/create-a-service.md)
* [Create A Systemd Timer](/linux/systemd/create-a-systemd-timer.md)
* [List Systemd Services Of A User](/linux/systemd/list-services-of-a-user.md)
* [Prevent Systemd Timers From Overlapping](/linux/systemd/prevent-systemd-timers-from-overlapping.md)
* [Watch Systemd Service Status](/linux/systemd/watch-systemd-service-status.md)
