Home
last modified time | relevance | path

Searched refs:PIDFILE (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/tools/harness-simulation/posix/etc/
Dcommissionerd47 PIDFILE=/var/run/commissionerd.pid
56 if [ -e $PIDFILE ]; then
61 log_success_msg "Removing stale PID file $PIDFILE."
62 rm -f $PIDFILE
68 --pidfile $PIDFILE --make-pidfile \
78 --pidfile $PIDFILE --remove-pidfile
94 status_of_proc -p $PIDFILE $DAEMON $NAME && exit 0 || exit $?