Actions
Task #1488
closedNFD startup script
Start date:
04/18/2014
Due date:
% Done:
100%
Estimated time:
1.00 h
Description
Create a script that starts NFD and NRD (NFD RIB daemon).
Updated by Junxiao Shi over 10 years ago
- Blocked by Task #1486: Merge NRD repository into NFD repository added
Updated by Junxiao Shi over 10 years ago
This script just starts both daemons, and puts them in background (nfd &
).
It is similar to ccndstart
.
We may need a second script to stop both daemons.
This script does not monitor the aliveness of daemons after they are started.
Updated by Alex Afanasyev over 10 years ago
I already mentioned several times that I strongly against having ccndstart-like script, unless it is only for system with source-install of NFD.
Updated by Junxiao Shi over 10 years ago
Yes, this script is limited for source install.
Updated by Junxiao Shi over 10 years ago
- Status changed from New to In Progress
- Assignee set to Junxiao Shi
- Start date set to 04/18/2014
Updated by Junxiao Shi over 10 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 70
Updated by Junxiao Shi over 10 years ago
- Status changed from Code review to Closed
Updated by Anonymous over 10 years ago
Hi Junxiao. Is the script merged on GitHub? What is the file name?
Updated by Alex Afanasyev over 10 years ago
Just pushed merged commit to github.
NOTE These files are intended only for source install. I would not put them in any instructions...
Actions