 f159f3e168
			
		
	
	
		f159f3e168
		
	
	
	
	
		
			
			Mostly done. Things still using xenstore/not working at all: - DispVM - qubesutils.py (especially qvm-block and qvm-usb code) - external IP change notification for ProxyVM (should be done via RPC service)
		
			
				
	
	
		
			17 lines
		
	
	
		
			402 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			402 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Qubes Dom0 startup setup
 | |
| After=qubes-db-dom0.service
 | |
| # Cover legacy init.d script
 | |
| 
 | |
| [Service]
 | |
| Type=oneshot
 | |
| StandardOutput=syslog
 | |
| RemainAfterExit=yes
 | |
| ExecStart=/usr/lib/qubes/startup-misc.sh
 | |
| ExecStop=/usr/bin/qvm-shutdown -q --all --wait
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 | |
| Also=qubes-block-cleaner.service qubes-meminfo-writer.service qubes-qmemman.service
 | |
| Alias=qubes_core.service
 |