summaryrefslogtreecommitdiff
path: root/nonsystemd/firewalld-openrc/firewalld.initd
diff options
context:
space:
mode:
Diffstat (limited to 'nonsystemd/firewalld-openrc/firewalld.initd')
-rw-r--r--nonsystemd/firewalld-openrc/firewalld.initd14
1 files changed, 14 insertions, 0 deletions
diff --git a/nonsystemd/firewalld-openrc/firewalld.initd b/nonsystemd/firewalld-openrc/firewalld.initd
new file mode 100644
index 000000000..0808b88ad
--- /dev/null
+++ b/nonsystemd/firewalld-openrc/firewalld.initd
@@ -0,0 +1,14 @@
+#!/usr/bin/openrc-run
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+description="FirewallD"
+
+supervisor=supervise-daemon
+command=/usr/sbin/firewalld
+command_args="--nofork"
+
+depend() {
+ need dbus
+ provide firewall
+}