Alexander Afanasyev | b4da9eb | 2014-05-24 16:52:17 -0700 | [diff] [blame] | 1 | description "New generation of NDN repo" |
2 | author "Alexander Afanasyev <alexander.afanasyev@ucla.edu>" | ||||
3 | |||||
4 | start on started nrd | ||||
5 | stop on stopping nrd | ||||
6 | |||||
7 | respawn | ||||
8 | respawn limit unlimited | ||||
9 | |||||
10 | setuid ndn | ||||
11 | setgid ndn | ||||
12 | |||||
13 | script | ||||
14 | export HOME=/var/lib/ndn/repo-ng | ||||
15 | exec /usr/bin/ndn-repo-ng -c /etc/ndn/repo-ng.conf | ||||
16 | end script |