15 lines
		
	
	
		
			277 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			277 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Start Qubes VM %i
 | |
| After=qubes-netvm.service
 | |
| Before=systemd-user-sessions.service
 | |
| 
 | |
| [Service]
 | |
| Type=oneshot
 | |
| Environment=DISPLAY=:0
 | |
| ExecStart=/usr/bin/qvm-start --no-guid --skip-if-running %i
 | |
| Group=qubes
 | |
| RemainAfterExit=yes
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 | 
