14 lines
		
	
	
		
			290 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			290 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Prepare Qubes DispVM Template
 | 
						|
ConditionPathExists=/var/run/qubes-service/qubes-dvm
 | 
						|
After=systemd-readahead-replay.service
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=oneshot
 | 
						|
RemainAfterExit=yes
 | 
						|
ExecStart=/usr/lib/qubes/init/prepare-dvm.sh
 | 
						|
StandardOutput=syslog
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |