10 lines
202 B
SYSTEMD
10 lines
202 B
SYSTEMD
|
[Unit]
|
||
|
Description=Pod service auto-update service
|
||
|
Documentation=man:podman(1)
|
||
|
Wants=network.target
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/local/sbin/pod-service-auto-update
|