summaryrefslogtreecommitdiff
path: root/pcr/firewalld-openrc/firewalld.init
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/firewalld-openrc/firewalld.init')
-rw-r--r--pcr/firewalld-openrc/firewalld.init13
1 files changed, 0 insertions, 13 deletions
diff --git a/pcr/firewalld-openrc/firewalld.init b/pcr/firewalld-openrc/firewalld.init
deleted file mode 100644
index b1d7d15d9..000000000
--- a/pcr/firewalld-openrc/firewalld.init
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-description="FirewallD"
-command=/usr/sbin/firewalld
-pidfile=/var/run/firewalld.pid
-
-depend() {
- need dbus
- provide iptables ip6tables ebtables
-}