diff --git a/basic.cfg b/basic.cfg index 2f8252c..54a799c 100644 --- a/basic.cfg +++ b/basic.cfg @@ -6,7 +6,7 @@ foreground: false; inetd: false; numeric: false; transparent: false; -timeout: "2"; +timeout: 2; user: "nobody"; pidfile: "/var/run/sslh.pid"; diff --git a/example.cfg b/example.cfg index 06a439c..d28372f 100644 --- a/example.cfg +++ b/example.cfg @@ -8,7 +8,7 @@ foreground: true; inetd: false; numeric: false; transparent: false; -timeout: "2"; +timeout: 2; user: "nobody"; pidfile: "/var/run/sslh.pid";