do not daemonize peripheral manager

This commit is contained in:
Sukru Senli 2015-05-28 09:37:23 +02:00 committed by Martin Schröder
parent ba02d32b62
commit 106d60ad73

View file

@ -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;