aboutsummaryrefslogtreecommitdiff
path: root/contrib/systemd/system/podman.service.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/systemd/system/podman.service.in')
-rw-r--r--contrib/systemd/system/podman.service.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/systemd/system/podman.service.in b/contrib/systemd/system/podman.service.in
new file mode 100644
index 000000000..132671dff
--- /dev/null
+++ b/contrib/systemd/system/podman.service.in
@@ -0,0 +1,15 @@
+[Unit]
+Description=Podman API Service
+Requires=podman.socket
+After=podman.socket
+Documentation=man:podman-system-service(1)
+StartLimitIntervalSec=0
+
+[Service]
+Type=exec
+KillMode=process
+Environment=LOGGING="--log-level=info"
+ExecStart=@@PODMAN@@ $LOGGING system service
+
+[Install]
+WantedBy=multi-user.target