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