update systemd
This commit is contained in:
parent
927a163c7f
commit
38e61193f5
19 changed files with 511 additions and 32 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue