summaryrefslogtreecommitdiff
path: root/app-containers/podman/files/podman.confd
diff options
context:
space:
mode:
Diffstat (limited to 'app-containers/podman/files/podman.confd')
-rw-r--r--app-containers/podman/files/podman.confd11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-containers/podman/files/podman.confd b/app-containers/podman/files/podman.confd
deleted file mode 100644
index e997d3b4000e..000000000000
--- a/app-containers/podman/files/podman.confd
+++ /dev/null
@@ -1,11 +0,0 @@
-# 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"