diff options
| author | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2026-07-07 11:35:09 +0200 |
|---|---|---|
| committer | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2026-07-07 11:35:09 +0200 |
| commit | c7fc7f7cdfc533b492b13b9a57689441878d1fee (patch) | |
| tree | 07f8462b739414964045fd4ae179c31f6ae6bac1 | |
| parent | f00c0211368ffb72f7f60ded10bff1af47ba8ceb (diff) | |
| download | sourcewatch-c7fc7f7cdfc533b492b13b9a57689441878d1fee.tar.gz sourcewatch-c7fc7f7cdfc533b492b13b9a57689441878d1fee.zip | |
Set default socket path to /run/sourcewatch.sock
| -rw-r--r-- | cmd_linux.go | 2 |
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() { |
