From b6d80fb3a3ae60077cbbc1e8dd0d01e1eb3ff67d Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Tue, 3 Oct 2017 14:56:53 -0400 Subject: Fix the path to the netdata executable in the openrc script Fixes #2826 --- system/netdata-openrc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/netdata-openrc.in b/system/netdata-openrc.in index 5c4eafa57c..512d482781 100644 --- a/system/netdata-openrc.in +++ b/system/netdata-openrc.in @@ -23,7 +23,7 @@ extra_started_commands="getconf" pidfile="/run/netdata.pid" -command="${NETDATA_INSTALL_PATH}/usr/sbin/netdata" +command="@sbindir_POST@/netdata" command_background="yes" command_args="-P ${pidfile} ${NETDATA_EXTRA_ARGS}" # start_stop_daemon_args="-u ${NETDATA_OWNER}" -- cgit v1.2.3