blob: 070e6cd1203bc413b7e33cc31f8a63c4d0f914a5 [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/ndnmapDataCollectorClient ]; then
. /etc/default/ndnmapDataCollectorClient
fi
export HOME=/var/lib/ndn/ndnmapDataCollector
exec /usr/bin/ndnmapDataCollectorClient $FLAGS -p $PREFIX
end script