mirror of https://github.com/containers/podman.git
16 lines
305 B
SYSTEMD
16 lines
305 B
SYSTEMD
[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=default.target
|