mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-09-09 19:37:43 +02:00
daemonize by default. -d to debugmode.
git-svn-id: file:///svn/unbound/trunk@141 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
@@ -156,6 +156,7 @@ main(int argc, char* argv[])
|
||||
/* determine commandline options for the daemon */
|
||||
pass_argc = 1;
|
||||
pass_argv[0] = "unbound";
|
||||
add_opts("-d", &pass_argc, pass_argv);
|
||||
while( (c=getopt(argc, argv, "ho:p:")) != -1) {
|
||||
switch(c) {
|
||||
case 'p':
|
||||
|
||||
Reference in New Issue
Block a user