update systemd

This commit is contained in:
JMARyA 2025-06-26 08:17:03 +02:00
parent 927a163c7f
commit 38e61193f5
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
19 changed files with 511 additions and 32 deletions

View file

@ -92,6 +92,11 @@ Stored in:
- `/etc/systemd/system/`: units installed by the system administrator
- `~/.config/systemd/user/`: units used by local users
### User Units
Units can run under a user context. These are under the users home directory like `~/.config/systemd/user/` and can be used with `systemctl --user`.
To run user units even the user is not logged in, enable: `loginctl enable-linger <user>`.
### Service types
There are several different start-up types to consider when writing a custom service file. This is set with the `Type=` parameter in the `[Service]` section: