mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			246 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			246 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/sbin/openrc-run
 | |
| # Copyright 1999-2018 Gentoo Authors
 | |
| # Distributed under the terms of the GNU General Public License v2
 | |
| 
 | |
| description="FirewallD"
 | |
| command=/usr/sbin/firewalld
 | |
| pidfile=/run/firewalld.pid
 | |
| 
 | |
| depend() {
 | |
| 	need dbus
 | |
| 	provide firewall
 | |
| }
 |