8 lines
295 B
Desktop File
8 lines
295 B
Desktop File
[Unit]
|
|
Description=Qubes check for VM updates and notify dom0
|
|
ConditionPathExists=/var/run/qubes-service/qubes-update-check
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/lib/qubes/qrexec_client_vm dom0 qubes.NotifyUpdates /bin/sh -c 'yum -q check-update >/dev/null; [ $? -eq 100 ] && echo 1 || echo 0'
|