summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Maryniuk <adamaze@gmail.com>2022-03-24 12:33:05 -0400
committerAdam Maryniuk <adamaze@gmail.com>2022-03-24 12:33:05 -0400
commitd4bf6b4d78837ef2c542dc6a487184ffb5a5e119 (patch)
tree28084d3267d6d2c7e9f8ed23895d8730f3b6989e
parentab8e15f6ac05a4f35604fa1b2c4f37765aae3007 (diff)
downloadpodman-d4bf6b4d78837ef2c542dc6a487184ffb5a5e119.tar.gz
podman-d4bf6b4d78837ef2c542dc6a487184ffb5a5e119.tar.bz2
podman-d4bf6b4d78837ef2c542dc6a487184ffb5a5e119.zip
clarifying "loginctl enable-linger" section in doc
Signed-off-by: Adam Maryniuk <adamaze@gmail.com>
-rw-r--r--docs/source/markdown/podman-generate-systemd.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-generate-systemd.1.md b/docs/source/markdown/podman-generate-systemd.1.md
index 32d5d2bc4..650ffa52f 100644
--- a/docs/source/markdown/podman-generate-systemd.1.md
+++ b/docs/source/markdown/podman-generate-systemd.1.md
@@ -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>