commit:     1ba5c04fbdd5b91b9541be2b63889c83e1b8e444
Author:     Emanuel Valasiadis <emanuel <AT> valasiadis <DOT> space>
AuthorDate: Sun Apr 20 12:09:21 2025 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 17:29:50 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba5c04f

app-containers/podman: add conf.d file for podman user service

Signed-off-by: Emanuel Valasiadis <emanuel <AT> valasiadis.space>
Closes: https://github.com/gentoo/gentoo/pull/41672
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 app-containers/podman/files/podman-5.0.0_rc4.user.confd | 6 ++++++
 app-containers/podman/podman-5.4.2.ebuild               | 3 +++
 app-containers/podman/podman-9999.ebuild                | 3 +++
 3 files changed, 12 insertions(+)

diff --git a/app-containers/podman/files/podman-5.0.0_rc4.user.confd 
b/app-containers/podman/files/podman-5.0.0_rc4.user.confd
new file mode 100644
index 000000000000..6d08beeaf282
--- /dev/null
+++ b/app-containers/podman/files/podman-5.0.0_rc4.user.confd
@@ -0,0 +1,6 @@
+# Config file for /etc/user/init.d/podman
+
+# Sets the API service daemon log level
+# valid levels: debug, info, warn, error, fatal or panic
+#LOG_LEVEL="error"
+

diff --git a/app-containers/podman/podman-5.4.2.ebuild 
b/app-containers/podman/podman-5.4.2.ebuild
index 04adb613e4fe..6007e6e92ad5 100644
--- a/app-containers/podman/podman-5.4.2.ebuild
+++ b/app-containers/podman/podman-5.4.2.ebuild
@@ -126,6 +126,9 @@ src_install() {
 
                exeinto /etc/user/init.d
                newexe "${FILESDIR}/podman-5.0.0_rc4.user.initd"
+
+               insinto /etc/user/conf.d
+               newins "${FILESDIR}/podman-5.0.0_rc4.user.confd"
        fi
 
        keepdir /var/lib/containers

diff --git a/app-containers/podman/podman-9999.ebuild 
b/app-containers/podman/podman-9999.ebuild
index 04adb613e4fe..6007e6e92ad5 100644
--- a/app-containers/podman/podman-9999.ebuild
+++ b/app-containers/podman/podman-9999.ebuild
@@ -126,6 +126,9 @@ src_install() {
 
                exeinto /etc/user/init.d
                newexe "${FILESDIR}/podman-5.0.0_rc4.user.initd"
+
+               insinto /etc/user/conf.d
+               newins "${FILESDIR}/podman-5.0.0_rc4.user.confd"
        fi
 
        keepdir /var/lib/containers

Reply via email to