Skip to content

Commit

Permalink
pid file in /var/run; netdata#403 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsaou committed Oct 1, 2016
1 parent 714ed14 commit b70c4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/netdata-lsb.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ${DEBIAN_SCRIPT_DEBUG:+ set -v -x}

DAEMON="netdata"
DAEMON_PATH=@sbindir_POST@
PIDFILE=@localstatedir_POST@/$DAEMON.pid
PIDFILE=@localstatedir_POST@/run/$DAEMON.pid
DAEMONOPTS="-P $PIDFILE"

test -x $DAEMON_PATH/$DAEMON || exit 0
Expand Down

0 comments on commit b70c4ca

Please sign in to comment.