Skip to content

Commit

Permalink
podman.md: Clarify systemd podman service sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
neelchauhan committed Mar 15, 2024
1 parent c65978b commit 18ff380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gemstones/containers/podman.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18ff380

Please sign in to comment.