summaryrefslogtreecommitdiffstats
path: root/system/netdata-freebsd.in
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2018-12-18 17:33:06 +0100
committerGitHub <noreply@github.com>2018-12-18 17:33:06 +0100
commit7c5440912622e09313210851fa099c1f8bf1226f (patch)
treecebd5f65ef90a54089908ca72ad7b630b7fbc7bc /system/netdata-freebsd.in
parent889734018bc70cc81c18102742eb33e4f16f6ea3 (diff)
remove cross-directory dependency in build system (#5012)
* remove cross-directory dependency in build system * remove unused pythondir_POST replace sysconfdir/netdata with configdir
Diffstat (limited to 'system/netdata-freebsd.in')
-rw-r--r--system/netdata-freebsd.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/netdata-freebsd.in b/system/netdata-freebsd.in
index 300ddc9ec6..233535bfe4 100644
--- a/system/netdata-freebsd.in
+++ b/system/netdata-freebsd.in
@@ -12,7 +12,7 @@ pidfile="${pidfile}/netdata.pid"
command="@sbindir_POST@/netdata"
command_args="-P ${pidfile}"
-required_files="@sysconfdir_POST@/netdata/netdata.conf"
+required_files="@configdir_POST@/netdata.conf"
start_precmd="netdata_prestart"
stop_postcmd="netdata_poststop"