summaryrefslogtreecommitdiff
path: root/pcr/firewalld-openrc/firewalld.init
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/firewalld-openrc/firewalld.init')
-rw-r--r--pcr/firewalld-openrc/firewalld.init13
1 files changed, 13 insertions, 0 deletions
diff --git a/pcr/firewalld-openrc/firewalld.init b/pcr/firewalld-openrc/firewalld.init
new file mode 100644
index 000000000..b1d7d15d9
--- /dev/null
+++ b/pcr/firewalld-openrc/firewalld.init
@@ -0,0 +1,13 @@
+#!/sbin/openrc-run
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+description="FirewallD"
+command=/usr/sbin/firewalld
+pidfile=/var/run/firewalld.pid
+
+depend() {
+ need dbus
+ provide iptables ip6tables ebtables
+}