1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-12-22 08:56:17 +00:00

Update configuration.rst

Added example for windows in daemon section.
This commit is contained in:
lolspark 2023-02-02 16:23:19 +04:00 committed by GitHub
parent 536c4e9fb0
commit f696a2dc0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -222,6 +222,8 @@ Sample configuration::
; Socket file the daemon will listen on for incoming management commands
; Default: /tmp/supysonic/supysonic.sock
socket = /var/run/supysonic.sock
; Syntax for windows named pipe:
;socket = \\.\pipe\supysonic.sock
; Defines if the file watcher should be started. Default: yes
run_watcher = yes