diff options
Diffstat (limited to 'app-containers/podman/files/podman.confd')
-rw-r--r-- | app-containers/podman/files/podman.confd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-containers/podman/files/podman.confd b/app-containers/podman/files/podman.confd new file mode 100644 index 000000000000..e997d3b4000e --- /dev/null +++ b/app-containers/podman/files/podman.confd @@ -0,0 +1,11 @@ +# Config file for /etc/init.d/podman + +# Sets the API service daemon log level +# valid levels: debug, info, warn, error, fatal or panic +#LOG_LEVEL="error" + +# Sets the API service daemon socket +#SOCKET="unix:/run/${RC_SVCNAME}/podman.sock" + +# Configure the user[:group] the API service daemon will run as +#RUN_AS_USER="root:root" |