to make it plain where each file belongs in the containers file system and to simplify the `ADD` directives in the Containerfile. Signed-off-by: Andreas Hartmann <hartan@7x.de>
19 lines
377 B
Desktop File
19 lines
377 B
Desktop File
[Unit]
|
|
Description=Podman API Service
|
|
Requires=podman.socket
|
|
After=podman.socket
|
|
Documentation=man:podman-system-service(1)
|
|
StartLimitIntervalSec=0
|
|
|
|
[Service]
|
|
Delegate=true
|
|
Type=exec
|
|
KillMode=process
|
|
Environment=LOGGING="--log-level=warn"
|
|
ExecStart=/usr/bin/podman $LOGGING system service
|
|
StandardOutput=journal+console
|
|
StandardError=inherit
|
|
|
|
[Install]
|
|
WantedBy=default.target
|