Add podman socket

This commit is contained in:
Alex D. 2024-03-17 17:41:57 +00:00
parent 5532823726
commit d32e4b7d9f
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
7 changed files with 15 additions and 1 deletions

View File

@ -3,7 +3,7 @@
. ../../APKBUILD.template
pkgname=nnd-s6-services
pkgver=2.67
pkgver=2.69
pkgrel=0
pkgdesc="Base services for s6"
depends="s6-rc s6-portable-utils s6-linux-utils"

View File

@ -0,0 +1 @@
oneshot

View File

@ -0,0 +1,4 @@
#!/bin/execlineb -P
export DIR /run/podman
/usr/libexec/nnd/s6/dir

View File

@ -0,0 +1,8 @@
#!/bin/execlineb -P
importas -i XDG_CONFIG_HOME XDG_CONFIG_HOME
importas -i XDG_RUNTIME_DIR XDG_RUNTIME_DIR
s6-envdir -I ${XDG_CONFIG_HOME}/s6/env/podman.service
importas -D unix://${XDG_RUNTIME_DIR}/podman/podman.sock URI URI
podman system service --time=0 $URI

View File

@ -0,0 +1 @@
longrun