clarifying "loginctl enable-linger" section in doc

Signed-off-by: Adam Maryniuk <adamaze@gmail.com>
This commit is contained in:
Adam Maryniuk 2022-03-24 12:33:05 -04:00
parent ab8e15f6ac
commit d4bf6b4d78

View file

@ -224,7 +224,7 @@ To run the user services placed in `$HOME/.config/systemd/user` on first login o
```
$ systemctl --user enable <.service>
```
The systemd user instance is killed after the last session for the user is closed. The systemd user instance can be kept running ever after the user logs out by enabling `lingering` using
The systemd user instance is killed after the last session for the user is closed. The systemd user instance can be started at boot and kept running even after the user logs out by enabling `lingering` using
```
$ loginctl enable-linger <username>