blob: e46730016317bdbab54169e644f3b69b4cce50c9 [file] [log] [blame]
Alexander Afanasyev3a902892015-12-30 22:42:20 +00001description "NDN Autoconfig Server"
2author "Alexander Afanasyev <alexander.afanasyev@ucla.edu>"
3
4start on started nfd
5stop on stopping nfd
6
7respawn
8respawn limit unlimited
9
10setuid ndn
11setgid ndn
12
13script
14 if [ -f /etc/ndn/autoconfig.conf ]; then
15 exec /usr/bin/ndn-autoconfig -d -c /etc/ndn/autoconfig.conf
16 fi
17end script