blob: 394605fda593a02625993a84fb967634cca69be8 [file] [log] [blame]
Alexander Afanasyev8019a932014-08-10 18:19:28 -07001# nlsr.conf
2#
3# NDN NLSR Routing Daemon
4
5description "NDN NLSR Routing Daemon"
6author "John DeHart <jdd@wustl.edu>"
7
8start on started nrd
9stop on stopping nrd
10
11respawn
12respawn limit unlimited
13
14setuid nlsr
15setgid nlsr
16
17pre-start exec sleep 2
18
19script
20 export HOME=/var/lib/ndn/nlsr
21 exec /usr/bin/nlsr -f /etc/ndn/nlsr/nlsr.conf
22end script
23
24post-stop exec sleep 2