Even if update check fails for some reason (network problem, apt-get lock being held etc), don't mark the service as failed. The update check mechanism is designed this way to not worry about such single failures - other VM(s) may still check and report updates availability. Fixes QubesOS/qubes-issues#1889
		
			
				
	
	
		
			9 lines
		
	
	
		
			230 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			230 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Qubes check for VM updates and notify dom0
 | 
						|
ConditionPathExists=/var/run/qubes-service/qubes-update-check
 | 
						|
After=qubes-qrexec-agent.service
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=oneshot
 | 
						|
ExecStart=-/usr/lib/qubes/upgrades-status-notify
 |