mirror of
				https://github.com/optim-enterprises-bv/secureblue.git
				synced 2025-10-31 02:17:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			381 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			381 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Secureblue Cleanup
 | |
| After=local-fs.target network-online.target
 | |
| Requires=local-fs.target network-online.target
 | |
| Before=graphical-session-pre.target
 | |
| ConditionPathExists=!/var/lib/secureblue-cleanup.stamp
 | |
| 
 | |
| [Service]
 | |
| Type=oneshot
 | |
| ExecStart=/usr/bin/securebluecleanup
 | |
| ExecStartPost=/usr/bin/touch /var/lib/secureblue-cleanup.stamp
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target | 
