mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			369 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			369 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Packet Filtering Framework
 | |
| DefaultDependencies=no
 | |
| After=systemd-sysctl.service
 | |
| Before=sysinit.target
 | |
| 
 | |
| [Service]
 | |
| Type=oneshot
 | |
| ExecStart=/sbin/iptables-restore /etc/iptables/iptables.rules
 | |
| ExecReload=/sbin/iptables-restore /etc/iptables/iptables.rules
 | |
| ExecStop=/etc/iptables/flush-iptables.sh
 | |
| RemainAfterExit=yes
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 | |
| 
 |