11 lines
187 B
Plaintext
11 lines
187 B
Plaintext
|
[Unit]
|
||
|
Description=Check for image updates on configured podman containers
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
User=root
|
||
|
ExecStart=/root/bin/check_image_updates.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|