From f696a2dc0d664540a543c79747090eb0b2c60d33 Mon Sep 17 00:00:00 2001 From: lolspark <124263515+lolspark@users.noreply.github.com> Date: Thu, 2 Feb 2023 16:23:19 +0400 Subject: [PATCH] Update configuration.rst Added example for windows in daemon section. --- docs/setup/configuration.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/setup/configuration.rst b/docs/setup/configuration.rst index 821c82c..9b1572a 100644 --- a/docs/setup/configuration.rst +++ b/docs/setup/configuration.rst @@ -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