11 lines
250 B
Plaintext
11 lines
250 B
Plaintext
|
[Unit]
|
||
|
Description=Check for image updates on configured podman containers
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
User={{ pillar.podman.user }}
|
||
|
ExecStart={{ salt['user.info'](pillar.podman.user).home }}/bin/check_image_updates.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|