Index: src/cli.rs
--- src/cli.rs.orig	Sat Apr 11 15:11:08 2026
+++ src/cli.rs	Sat Apr 11 15:11:27 2026
@@ -34,7 +34,7 @@ pub enum SubCommand {
         loglevel: Level,
 
         /// path to the client-daemon communication socket
-        #[clap(short = 's', long, default_value = "/run/reaction/reaction.sock")]
+        #[clap(short = 's', long, default_value = "/var/run/reaction/reaction.sock")]
         socket: PathBuf,
     },
 
@@ -44,7 +44,7 @@ pub enum SubCommand {
     )]
     Show {
         /// path to the client-daemon communication socket
-        #[clap(short = 's', long, default_value = "/run/reaction/reaction.sock")]
+        #[clap(short = 's', long, default_value = "/var/run/reaction/reaction.sock")]
         socket: PathBuf,
 
         /// how to format output
@@ -67,7 +67,7 @@ Then prints the flushed matches and actions."
     )]
     Flush {
         /// path to the client-daemon communication socket
-        #[clap(short = 's', long, default_value = "/run/reaction/reaction.sock")]
+        #[clap(short = 's', long, default_value = "/var/run/reaction/reaction.sock")]
         socket: PathBuf,
 
         /// how to format output
@@ -89,7 +89,7 @@ Then prints the flushed matches and actions."
     )]
     Trigger {
         /// path to the client-daemon communication socket
-        #[clap(short = 's', long, default_value = "/run/reaction/reaction.sock")]
+        #[clap(short = 's', long, default_value = "/var/run/reaction/reaction.sock")]
         socket: PathBuf,
 
         /// STREAM.FILTER to trigger
