Skip to content
Snippets Groups Projects
Commit 03ab515a authored by Grzegorz Daniluk's avatar Grzegorz Daniluk
Browse files

snmp: wrsw_hal runs only 1 process now

parent 2631ce92
Branches
Tags
No related merge requests found
......@@ -107,7 +107,7 @@ struct wrs_usd_item {
static struct wrs_usd_item userspace_daemons[] = {
[0] = {.key = "/usr/sbin/sshd", .exp = -1}, /* expect at least one
* sshd process */
[1] = {"/wr/bin/wrsw_hal", 2}, /* two wrsw_hal instances */
[1] = {"/wr/bin/wrsw_hal", 1}, /* two wrsw_hal instances */
[2] = {"/wr/bin/wrsw_rtud", 1},
[3] = {"/wr/bin/ppsi", 1},
[UDI_HTTP] = {"/usr/sbin/lighttpd", 1}, /* web interface can be
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment