1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-15 20:25:17 +03:00
aports/testing/firewalld/firewalld.initd
2022-11-19 11:16:46 +00:00

12 lines
246 B
Bash

#!/sbin/openrc-run
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
description="FirewallD"
command=/usr/sbin/firewalld
pidfile=/run/firewalld.pid
depend() {
need dbus
provide firewall
}