github.com/hanks177/podman/v4@v4.1.3-0.20220613032544-16d90015bc83/contrib/systemd/system/podman.service.in (about)

     1  [Unit]
     2  Description=Podman API Service
     3  Requires=podman.socket
     4  After=podman.socket
     5  Documentation=man:podman-system-service(1)
     6  StartLimitIntervalSec=0
     7  
     8  [Service]
     9  Delegate=true
    10  Type=exec
    11  KillMode=process
    12  Environment=LOGGING="--log-level=info"
    13  ExecStart=@@PODMAN@@ $LOGGING system service
    14  
    15  [Install]
    16  WantedBy=default.target