summaryrefslogtreecommitdiff
path: root/nonsystemd/firewalld-openrc/firewalld.initd
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2022-07-19 16:20:56 -0400
committerDavid P <megver83@parabola.nu>2022-07-19 16:20:56 -0400
commit13c126ab91c49bd7ad41b6946de56e5d7b008557 (patch)
tree6856ec691417cf9f2b71ac1dd8f1c07a041d0544 /nonsystemd/firewalld-openrc/firewalld.initd
parent4684549f124a3409620fe19b5ee214b6c85d138a (diff)
downloadabslibre-13c126ab91c49bd7ad41b6946de56e5d7b008557.tar.gz
abslibre-13c126ab91c49bd7ad41b6946de56e5d7b008557.tar.bz2
abslibre-13c126ab91c49bd7ad41b6946de56e5d7b008557.zip
addpkg: nonsystemd/firewalld-openrc 20210505-1
Signed-off-by: David P <megver83@parabola.nu>
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
+}