commit | d71d84c02da414aafcf51bf171bb6afcbb6a1fc1 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Fri Apr 18 17:22:50 2014 -0700 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Sun Apr 20 18:22:42 2014 -0700 |
tree | ae2d4959177e1928d075168604e92100ae4da17b | |
parent | 20d31447210c1ab12efab76cc324b9f8bcfa758e [diff] [blame] |
tools: NFD startup script `nfd-start` starts NFD and RIB daemon. `nfd-stop` stops NFD and RIB daemon. They are intended for source installation only. Binary packages should prefer to use system service mechanism if available. refs #1488 Change-Id: I09f2168619a47fdc0faa78079b7994f30f41ff75
diff --git a/tools/nfd-stop.sh b/tools/nfd-stop.sh new file mode 100755 index 0000000..c0b46bd --- /dev/null +++ b/tools/nfd-stop.sh
@@ -0,0 +1,4 @@ +#!@BASH@ + +sudo killall nrd +sudo killall nfd