12 lines
		
	
	
		
			248 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			248 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Qubes remote exec agent
 | 
						|
After=qubes-dvm.service
 | 
						|
 | 
						|
[Service]
 | 
						|
ExecStartPre=/bin/sh -c '[ -e /dev/xen/evtchn ] || modprobe xen_evtchn'
 | 
						|
ExecStart=/usr/lib/qubes/qrexec-agent
 | 
						|
StandardOutput=syslog
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |