 ca03e093f7
			
		
	
	
		ca03e093f7
		
			
		
	
	
	
	
		
			
			Network management software should order itself after network-pre.target (man 7 systemd.special) so that other units can order themselves before the *beginning* of network initialization. (qubes-misc-post too because it calls setup-ip.) Relevant for QubesOS/qubes-issues#2108
		
			
				
	
	
		
			13 lines
		
	
	
		
			288 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			288 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Qubes misc post-boot actions
 | |
| After=network-pre.target qubes-dvm.service qubes-mount-dirs.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
 |