This commit is contained in:
JMARyA 2024-12-23 11:08:19 +01:00
parent 0167d52325
commit bb16b3fceb
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
17 changed files with 100 additions and 11 deletions

View file

@ -65,6 +65,11 @@ systemctl mask unit
systemctl unmask unit
```
Get a list of overridden unit files:
```shell
systemd-delta
```
## Power Management
Shut down and reboot the system
`systemctl reboot`
@ -98,7 +103,7 @@ There are several different start-up types to consider when writing a custom ser
- `Type=idle`: _systemd_ will delay execution of the service binary until all jobs are dispatched. Other than that behavior is very similar to `Type=simple`.
#### Example
```
```ini
[Unit]
Description=Description
After=network.target
@ -149,4 +154,4 @@ Below are the fields the Install section has:
Systemd supports other unit types than `.service`.
Some include:
- [Systemd-Timers](Systemd-Timers.md)
- [Systemd-Mounts](Systemd-Mounts.md)
- [Systemd-Mounts](Systemd-Mounts.md)