From 13c126ab91c49bd7ad41b6946de56e5d7b008557 Mon Sep 17 00:00:00 2001 From: David P Date: Tue, 19 Jul 2022 16:20:56 -0400 Subject: addpkg: nonsystemd/firewalld-openrc 20210505-1 Signed-off-by: David P --- nonsystemd/firewalld-openrc/firewalld.initd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 nonsystemd/firewalld-openrc/firewalld.initd (limited to 'nonsystemd/firewalld-openrc/firewalld.initd') 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 +} -- cgit v1.2.3