mirror of
				https://github.com/optim-enterprises-bv/secureblue.git
				synced 2025-10-31 02:17:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			495 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			495 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Flatpak Automatic Update
 | |
| Documentation=man:flatpak(1)
 | |
| Wants=network-online.target
 | |
| After=network-online.target
 | |
| 
 | |
| [Service]
 | |
| Type=oneshot
 | |
| ExecCondition=/bin/bash -c '[[ "$(busctl get-property org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager Metered | cut -c 3-)" == @(2|4) ]]'
 | |
| ExecStart=/usr/bin/flatpak --user uninstall --unused -y --noninteractive ; /usr/bin/flatpak --user update -y --noninteractive ; /usr/bin/flatpak --user repair | 
