qubes-misc-post provides /rw/home, required by NetworkManager, so do not try start it after network.target
		
			
				
	
	
		
			13 lines
		
	
	
		
			244 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			244 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Qubes misc post-boot actions
 | 
						|
After=qubes-dvm.service
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=oneshot
 | 
						|
RemainAfterExit=yes
 | 
						|
ExecStart=/usr/lib/qubes/init/misc-post.sh
 | 
						|
ExecStop=/usr/lib/qubes/init/misc-post-stop.sh
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |