aboutsummaryrefslogtreecommitdiffstats
path: root/community/podman/podman.confd
diff options
context:
space:
mode:
Diffstat (limited to 'community/podman/podman.confd')
-rw-r--r--community/podman/podman.confd12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/podman/podman.confd b/community/podman/podman.confd
new file mode 100644
index 00000000000..5d75790cfa8
--- /dev/null
+++ b/community/podman/podman.confd
@@ -0,0 +1,12 @@
+# Configuration for /etc/init.d/podman
+
+# See podman-system-service(1) for service description
+# and available options.
+#podman_opts="--time 0"
+
+# API endpoint in URI form. Leave empty to use defaults.
+#podman_uri=""
+
+# Setting root user will start rootful service.
+# Use any other user for rootless mode.
+#podman_user="root"