1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
aports/community/firewalld/firewalld.initd
2024-10-12 15:57:26 +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
}