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