 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
		
			
				
	
	
		
			15 lines
		
	
	
		
			334 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			334 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Qubes network forwarding setup
 | |
| ConditionPathExists=/var/run/qubes-service/qubes-network
 | |
| Before=network.target
 | |
| After=network-pre.target qubes-iptables.service
 | |
| 
 | |
| [Service]
 | |
| Type=oneshot
 | |
| RemainAfterExit=yes
 | |
| ExecStart=/usr/lib/qubes/init/network-proxy-setup.sh
 | |
| StandardOutput=syslog
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |