blob: 2cf0cb97f4d76497293e9592b24c25ebde3aa66c [file] [log] [blame]
description "New NDN XML Status client"
author "John DeHart <jdd@wustl.edu>"
start on started nfd
stop on stopping nfd
respawn
respawn limit unlimited
setuid ndn
setgid ndn
script
FLAGS=""
PREFIX=""
if [ -f /etc/default/ndnmap-data-collector ]; then
. /etc/default/ndnmap-data-collector
fi
export HOME=/var/lib/ndn/ndnmapDataCollector
exec /usr/bin/ndnmapDataCollectorClient $FLAGS -p $PREFIX
end script