mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
do not daemonize peripheral manager
This commit is contained in:
parent
ba02d32b62
commit
106d60ad73
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ void print_usage(char *prg_name) {
|
|||
int main(int argc, char **argv)
|
||||
{
|
||||
int ch;
|
||||
int daemonize = 1;
|
||||
int daemonize = 0;
|
||||
pid_t pid, sid;
|
||||
struct uci_context *uci_ctx = NULL;
|
||||
static struct ubus_context *ubus_ctx = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue