mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 19:29:53 +03:00
12 lines
246 B
Bash
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
|
|
}
|