[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#75049: [PATCH] services: rootless-podman: Fix PATH lookup for Shephe
From: |
Ludovic Courtès |
Subject: |
bug#75049: [PATCH] services: rootless-podman: Fix PATH lookup for Shepherd services. |
Date: |
Wed, 25 Dec 2024 23:34:11 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Giacomo Leidi <goodoldpaul@autistici.org> skribis:
> One-shot Shepherd services required to correctly setup Podman in the
> Guix System, are failing to find executables upon boot. This patch
> changes the executable references to absolute paths to avoid PATH
> lookup.
>
> * gnu/services/containers.scm (cgroups-fs-owner-entrypoint): Hardcode
> bash path;
> (rootless-podman-cgroups-fs-owner-service): Ditto;
> (rootless-podman-fs-entrypoint): Hardcode mount path.
>
> Change-Id: Id6a27cadf51326ce57af93f57809b77e28dbeaef
Applied, thanks!