mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-15 06:59:00 +03:00
+ "-s reload" command
parent
18b2a20b3e
commit
67047c9904
1 changed files with 7 additions and 1 deletions
|
@ -26,7 +26,7 @@ Options:
|
|||
-w, --work-dir VALUE Path to the working directory
|
||||
-h, --host VALUE Host address to bind HTTP server on
|
||||
-p, --port VALUE Port to serve HTTP pages on
|
||||
-s, --service VALUE Service control action: status, install, uninstall, start, stop, restart
|
||||
-s, --service VALUE Service control action: status, install, uninstall, start, stop, restart, reload (configuration)
|
||||
-l, --logfile VALUE Path to log file. If empty: write to stdout; if 'syslog': write to system log
|
||||
--pidfile VALUE Path to a file where PID is stored
|
||||
--check-config Check configuration and exit
|
||||
|
@ -38,6 +38,12 @@ Options:
|
|||
|
||||
Please note, that the command-line arguments override settings from the configuration file.
|
||||
|
||||
`./AdGuardHome -s reload` command does the following:
|
||||
|
||||
* Re-read runtime clients from `/etc/hosts` file and `arp -a` output
|
||||
* Re-read SSL certificate file (if it has changed)
|
||||
|
||||
|
||||
<a id="upstreams"></a>
|
||||
## Configuring upstreams
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue