15 lines
		
	
	
		
			267 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			267 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 --skip-if-running %i
 | 
						|
Group=qubes
 | 
						|
RemainAfterExit=yes
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |