mirror of
https://github.com/containers/podman.git
synced 2025-12-02 19:28:58 +08:00
* Add ReadMe, CLI and unit files to support socket activation, both for system and rootless Signed-off-by: Jhon Honce <jhonce@redhat.com>
18 lines
353 B
Desktop File
18 lines
353 B
Desktop File
[Unit]
|
|
Description=Podman API Service
|
|
Requires=podman.socket
|
|
After=podman.socket
|
|
Documentation=man:podman-api(1)
|
|
StartLimitIntervalSec=0
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Environment=REGISTRIES_CONFIG_PATH=/etc/containers/registries.conf
|
|
ExecStart=/usr/local/bin/service
|
|
TimeoutStopSec=30
|
|
KillMode=process
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Also=podman.socket
|