Skip to content

Commit

Permalink
Merge pull request #23010 from ygalblum/quadlet-doc-relative-path
Browse files Browse the repository at this point in the history
[CI:DOCS] Quadlet - add note about relative path resolution
  • Loading branch information
openshift-merge-bot[bot] authored Jun 17, 2024
2 parents f269485 + dca94be commit aa2bbee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/markdown/podman-systemd.unit.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,13 @@ create a drop-in file like `[email protected]/10-image.conf`:
Image=quay.io/centos/centos
```

### Relative paths

In order to support Systemd specifiers, Quadlet does not resolve relative paths that start with `%`.
To resolve such a path, prepend it with `./`.

For example, instead of `EnvironmentFile=%n/env` use `EnvironmentFile=./%n/env`

### Debugging unit files

After placing the unit file in one of the unit search paths (mentioned
Expand Down

0 comments on commit aa2bbee

Please sign in to comment.