aboutsummaryrefslogtreecommitdiffstats
path: root/cmd_linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd_linux.go')
-rw-r--r--cmd_linux.go2
1 files changed, 1 insertions, 1 deletions
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() {