From c7fc7f7cdfc533b492b13b9a57689441878d1fee Mon Sep 17 00:00:00 2001 From: Bernhard Guillon Date: Tue, 7 Jul 2026 11:35:09 +0200 Subject: Set default socket path to /run/sourcewatch.sock --- cmd_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd_linux.go b/cmd_linux.go index 0bc4b69..65e8644 100644 --- a/cmd_linux.go +++ b/cmd_linux.go @@ -18,7 +18,7 @@ var ( hostDir = flag.String("host", "/host", "Host source directory (read-only)") dataDir = flag.String("data", "/data", "Data destination directory") dryRun = flag.Bool("dry-run", false, "Preview what would be synced without copying") - socketPath = flag.String("socket", "", "Unix socket to receive events from (Windows watcher)") + socketPath = flag.String("socket", "/run/sourcewatch.sock", "Unix socket to receive events from (Windows watcher)") ) func run() { -- cgit v1.2.3