This repository has been archived on 2023-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
salt-states_old/podman/files/check_image_updates.service.jinja

11 lines
250 B
Plaintext
Raw Normal View History

2022-11-22 13:50:41 +00:00
[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