update
This commit is contained in:
parent
0167d52325
commit
bb16b3fceb
17 changed files with 100 additions and 11 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue