Skip to content

Commit

Permalink
clarifying "loginctl enable-linger" section in doc
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Maryniuk <[email protected]>
  • Loading branch information
adamaze authored and mheon committed Mar 30, 2022
1 parent 2d01e78 commit 713ce2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/markdown/podman-generate-systemd.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,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>
Expand Down

0 comments on commit 713ce2a

Please sign in to comment.