From 633df6bf135a92db366ec16a99f12ff803a4c0e4 Mon Sep 17 00:00:00 2001 From: Mad Scientist <67949699+madscientist16@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:02:57 +0500 Subject: [PATCH] Update podman.md --- website/docs/community/podman.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/website/docs/community/podman.md b/website/docs/community/podman.md index 2975cf982..a4f4f9efb 100644 --- a/website/docs/community/podman.md +++ b/website/docs/community/podman.md @@ -39,7 +39,7 @@ podman start komga > These quadlet files were tested with podman version 4.5.3 -Create the following quadlet file at `~/.config/containers/systemd` +Create the following quadlet file at `~/.config/containers/systemd` and run `systemctl --user start komga.service` to start the container. #### komga.container ``` @@ -72,13 +72,12 @@ TimeoutStartSec=900 # Start komga on boot WantedBy=multi-user.target default.target ``` -Start the container: `systemctl --user start komga.service` ### podman quadlet files for using komf > These quadlet files were tested with podman version 4.5.3 -Create the following quadlet files at `~/.config/containers/systemd/komga` +Create the following quadlet files at `~/.config/containers/systemd/komga` and run `systemctl start komga-pod.service` to start the pod. #### komga.pod