initial support for no-mmu systems
This commit is contained in:
@@ -37,7 +37,11 @@ int watchdog_main(int argc, char **argv)
|
|||||||
if (optind < argc - 1 || argc == 1)
|
if (optind < argc - 1 || argc == 1)
|
||||||
bb_show_usage();
|
bb_show_usage();
|
||||||
|
|
||||||
|
#ifdef BB_NOMMU
|
||||||
|
vfork_daemon(0, 1);
|
||||||
|
#else
|
||||||
bb_xdaemon(0, 1);
|
bb_xdaemon(0, 1);
|
||||||
|
#endif
|
||||||
|
|
||||||
signal(SIGHUP, watchdog_shutdown);
|
signal(SIGHUP, watchdog_shutdown);
|
||||||
signal(SIGINT, watchdog_shutdown);
|
signal(SIGINT, watchdog_shutdown);
|
||||||
|
Reference in New Issue
Block a user