Code

Under most circumstances, rrdcached can detect a stale pid file.
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Tue, 14 Oct 2008 19:23:24 +0000 (19:23 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Tue, 14 Oct 2008 19:23:24 +0000 (19:23 +0000)
commitd5405b3ca09981049845d99590cd9e5d89d3a93c
tree52038a52950418fa1ffd4772cc90f5359e626c9c
parentf9c79a966e703b32506ad86a5c247c0055b9d775
Under most circumstances, rrdcached can detect a stale pid file.

If the process in the pid file does not exist, or cannot be signalled by
the rrdcached owner, then rrdcached will replace the pid file and start
normally.  Otherwise, it will complain verbosely to STDERR.

--kevin

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1605 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/src/rrd_daemon.c