16 lines
		
	
	
		
			338 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			338 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Names=qubes_firewall.service
 | |
| Description=Qubes network forwarding setup
 | |
| ConditionPathExists=/var/run/qubes-service/qubes-network
 | |
| Before=network.target
 | |
| After=iptables.service
 | |
| 
 | |
| [Service]
 | |
| Type=oneshot
 | |
| RemainAfterExit=yes
 | |
| ExecStart=/usr/lib/qubes/init/network-proxy-setup.sh
 | |
| StandardOutput=syslog
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 | 
