firewalld.initd 275 B

123456789101112131415
  1. #!/usr/bin/openrc-run
  2. # Copyright 1999-2018 Gentoo Authors
  3. # Distributed under the terms of the GNU General Public License v2
  4. description="FirewallD"
  5. supervisor=supervise-daemon
  6. command=/usr/sbin/firewalld
  7. command_args="--nofork"
  8. depend() {
  9. need dbus
  10. provide firewall
  11. }