Skip to content

Commit

Permalink
Add step to generate the systemd services
Browse files Browse the repository at this point in the history
  • Loading branch information
madscientist16 authored Oct 24, 2024
1 parent 633df6b commit 27ff533
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions website/docs/community/podman.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 27ff533

Please sign in to comment.