From 18ff3804b355b6ffd4e9011ae246d93e6d51d48d Mon Sep 17 00:00:00 2001 From: Neel Chauhan Date: Fri, 15 Mar 2024 09:43:54 -0700 Subject: [PATCH] `podman.md`: Clarify systemd podman service sentence --- docs/gemstones/containers/podman.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gemstones/containers/podman.md b/docs/gemstones/containers/podman.md index ccfca61ad3..37f7cb52b9 100644 --- a/docs/gemstones/containers/podman.md +++ b/docs/gemstones/containers/podman.md @@ -50,7 +50,7 @@ You will get a list of running containers: 04f7553f431a docker.io/library/nextcloud:latest apache2-foregroun... 5 minutes ago Up 5 minutes 0.0.0.0:8080->80/tcp compassionate_meninsky ``` -To make a `systemd` container and enable it on reboot, run the following: +To make a `systemd` service for the Nextcloud container and enable it on reboot, run the following: ```bash podman generate systemd --name compassionate_meninsky > /usr/lib/systemd/system/nextcloud.service