summarylogtreecommitdiffstats
path: root/firewalld.init
diff options
context:
space:
mode:
Diffstat (limited to 'firewalld.init')
-rw-r--r--firewalld.init13
1 files changed, 13 insertions, 0 deletions
diff --git a/firewalld.init b/firewalld.init
new file mode 100644
index 000000000000..b1d7d15d985b
--- /dev/null
+++ b/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
+}