mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
app-containers/podman: add conf.d file for podman user service
Signed-off-by: Emanuel Valasiadis <emanuel@valasiadis.space> Closes: https://github.com/gentoo/gentoo/pull/41672 Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
committed by
Zac Medico
parent
a7c209f2ff
commit
1ba5c04fbd
6
app-containers/podman/files/podman-5.0.0_rc4.user.confd
Normal file
6
app-containers/podman/files/podman-5.0.0_rc4.user.confd
Normal file
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user