12 lines
194 B
SYSTEMD
12 lines
194 B
SYSTEMD
|
[Unit]
|
||
|
Description=Periodically check for updates
|
||
|
ConditionPathExists=/var/run/qubes-service/qubes-update-check
|
||
|
|
||
|
[Timer]
|
||
|
OnBootSec=5min
|
||
|
OnUnitActiveSec=2d
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|