 65e9e4c72c
			
		
	
	
		65e9e4c72c
		
			
		
	
	
	
	
		
			
			There were multiple problems with reusing existing one: - need to sync with upstream changes (configuration path etc) - conflicts resolution on updates - lack of iptables --wait, which causes firewall fail to load sometimes QubesOS/qubes-issues#1067
		
			
				
	
	
		
			15 lines
		
	
	
		
			315 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			315 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Qubes network forwarding setup
 | |
| ConditionPathExists=/var/run/qubes-service/qubes-network
 | |
| Before=network.target
 | |
| After=qubes-iptables.service
 | |
| 
 | |
| [Service]
 | |
| Type=oneshot
 | |
| RemainAfterExit=yes
 | |
| ExecStart=/usr/lib/qubes/init/network-proxy-setup.sh
 | |
| StandardOutput=syslog
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |