# 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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://til.devjugal.com/linux/systemd.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
