mirror of
https://github.com/spl0k/supysonic.git
synced 2024-12-22 17:06:17 +00:00
Docs update
This commit is contained in:
parent
a3d3c66c74
commit
55e9db61d8
@ -31,6 +31,10 @@ log_level = WARNING
|
||||
;mount_webui = on
|
||||
|
||||
[daemon]
|
||||
; Socket file the daemon will listen on for incoming management commands
|
||||
; Default: /tmp/supysonic/supysonic.sock
|
||||
socket = /var/run/supysonic.sock
|
||||
|
||||
; Delay before triggering scanning operation after a change have been detected
|
||||
; This prevents running too many scans when multiple changes are detected for a
|
||||
; single file over a short time span. Default: 5
|
||||
|
@ -127,6 +127,11 @@ log_level = WARNING
|
||||
|
||||
## `[daemon]` section
|
||||
|
||||
`socket`: Unix domain socket file (or named pipe on Windows) used to communicate
|
||||
between the daemon and clients that rely on it (eg. CLI, folder admin web page,
|
||||
etc.). Note that using an IP address here isn't supported.
|
||||
Default: /tmp/supysonic/supysonic.sock
|
||||
|
||||
`wait_delay`: delay before triggering the scanning operation after a change
|
||||
have been detected. This prevents running too many scans when multiple changes
|
||||
are detected for a single file over a short time span. Default: 5 seconds.
|
||||
@ -140,6 +145,10 @@ If left empty, any logging will be sent to stderr.
|
||||
|
||||
```ini
|
||||
[daemon]
|
||||
; Socket file the daemon will listen on for incoming management commands
|
||||
; Default: /tmp/supysonic/supysonic.sock
|
||||
socket = /var/run/supysonic.sock
|
||||
|
||||
; Delay before triggering scanning operation after a change have been detected
|
||||
; This prevents running too many scans when multiple changes are detected for a
|
||||
; single file over a short time span. Default: 5
|
||||
|
Loading…
Reference in New Issue
Block a user