summaryrefslogtreecommitdiff
path: root/firewalld.initd
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2018-08-23 16:33:32 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2018-08-23 16:33:32 -0700
commit53309bf41a8d68924f900c24474c6211c12ff5b1 (patch)
tree74d9fe6b8a1f4f911a2a7e9d6d88678e11d53865 /firewalld.initd
parentInitial commit (diff)
downloadfirewalld-openrc-53309bf41a8d68924f900c24474c6211c12ff5b1.tar.xz
Fixed init path
Diffstat (limited to 'firewalld.initd')
-rw-r--r--firewalld.initd4
1 files changed, 2 insertions, 2 deletions
diff --git a/firewalld.initd b/firewalld.initd
index 2618338..84288d3 100644
--- a/firewalld.initd
+++ b/firewalld.initd
@@ -1,9 +1,9 @@
-#!/sbin/openrc-run
+#!/bin/openrc-run
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
description="FirewallD"
-command=/usr/sbin/firewalld
+command=/usr/bin/firewalld
pidfile=/var/run/firewalld.pid
depend() {