From 27ff5335add2a7b0b88ecfdba39f93463ad29c29 Mon Sep 17 00:00:00 2001 From: Mad Scientist <67949699+madscientist16@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:22:51 +0500 Subject: [PATCH] Add step to generate the systemd services --- website/docs/community/podman.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/website/docs/community/podman.md b/website/docs/community/podman.md index a4f4f9efb..c15a4abeb 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` and run `systemctl --user start komga.service` to start the container. +- Create the following quadlet file at `~/.config/containers/systemd` #### komga.container ``` @@ -73,11 +73,14 @@ TimeoutStartSec=900 WantedBy=multi-user.target default.target ``` +- Run `systemctl --user daemon-reload` to generate the systemd service. +- Run `systemctl --user start komga.service` to start the container. + ### 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` and run `systemctl start komga-pod.service` to start the pod. +- Create the following quadlet files at `~/.config/containers/systemd/komga` #### komga.pod @@ -151,7 +154,9 @@ SuccessExitStatus=0 143 # Extend Timeout to allow time to pull the image TimeoutStartSec=900 ``` -Start the pod: `systemctl --user start komga-pod.service` + +- Run `systemctl --user daemon-reload` to generate the systemd services. +- Run `systemctl --user start komga-pod.service` to start the pod. ## Parameters