Skip to content

Commit

Permalink
confd: allow web services in failure mode
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
  • Loading branch information
troglobit committed Jun 20, 2024
1 parent 0549c64 commit 2103ed1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/confd/share/failure.d/10-infix-services.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,17 @@
},
"infix-services:mdns": {
"enabled": true
},
"infix-services:web": {
"enabled": true,
"console": {
"enabled": true
},
"netbrowse": {
"enabled": true
},
"restconf": {
"enabled": true
}
}
}

0 comments on commit 2103ed1

Please sign in to comment.