From ac685ac3e339ceba42531a5acc2084917d4b7e51 Mon Sep 17 00:00:00 2001 From: Andrey Meshkov Date: Fri, 11 Sep 2020 13:22:22 +0300 Subject: [PATCH] Update command-line arguments info --- Configuration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Configuration.md b/Configuration.md index e404282..2b34fb2 100644 --- a/Configuration.md +++ b/Configuration.md @@ -33,7 +33,9 @@ Options: --pidfile VALUE Path to a file where PID is stored --check-config Check configuration and exit --no-check-update Don't check for updates + --no-mem-optimization Disable memory optimization -v, --verbose Enable verbose output + --glinet Run in GL-Inet compatibility mode --version Show the version and exit --help Print this help ``` @@ -45,6 +47,7 @@ Please note, that the command-line arguments override settings from the configur * Re-read runtime clients from `/etc/hosts` file and `arp -a` output * Re-read SSL certificate file (if it has changed) +Command-line arguments passed to `-s install` command will be then used by the service. For instance if you install AdGuardHome service using `sudo ./AdGuardHome -s install --no-check-update`, it will disable update check functionality in the service as well. ## Configuring upstreams