summaryrefslogtreecommitdiffstats
path: root/system/runit/run.in
diff options
context:
space:
mode:
Diffstat (limited to 'system/runit/run.in')
-rw-r--r--system/runit/run.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/system/runit/run.in b/system/runit/run.in
index 4ea783cc6..d7f39fb69 100644
--- a/system/runit/run.in
+++ b/system/runit/run.in
@@ -3,14 +3,10 @@
piddir="@localstatedir_POST@/run/netdata/netdata.pid"
pidfile="${piddir}/netdata.pid"
-cachedir="@localstatedir_POST@/cache/netdata"
-
command="@sbindir_POST@/netdata"
command_args="-P ${pidfile} -D"
[ ! -d "${piddir}" ] && mkdir -p "${piddir}"
-[ ! -d "${cachedir}" ] && mkdir -p "${cachedir}"
chown -R @netdata_user_POST@ "${piddir}"
-chown -R @netdata_user_POST@ "${cachedir}"
exec ${command} ${command_args}