mirror of
				https://github.com/optim-enterprises-bv/secureblue.git
				synced 2025-10-31 02:17:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			336 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			336 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Secureblue Firstrun
 | |
| After=brew-setup.service
 | |
| Requires=brew-setup.service
 | |
| ConditionPathExists=!/home/linuxbrew/secureblue-firstrun.stamp
 | |
| 
 | |
| [Service]
 | |
| Type=oneshot
 | |
| ExecStart=/usr/bin/securebluefirstrun
 | |
| ExecStartPost=/usr/bin/touch /home/linuxbrew/secureblue-firstrun.stamp
 | |
| User=1000
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 | 
