Skip to content
Snippets Groups Projects
Commit e58b56ad authored by Guido Trotter's avatar Guido Trotter
Browse files

init script: allow singling out confd as well


Currently we can start/stop the various subdaemons, but not confd.

Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarOlivier Tharan <olive@google.com>
parent d52ea991
No related branches found
No related tags found
Loading
......@@ -99,6 +99,7 @@ maybe_do() {
if [ -n "$2" -a \
"$2" != "$NODED" -a \
"$2" != "$CONFD" -a \
"$2" != "$MASTERD" -a \
"$2" != "$RAPI" ]; then
log_failure_msg "Unknown daemon '$2' requested"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment