chiark / gitweb /
Document use of systemd notify protocol, in the usage message
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 28 Feb 2026 15:47:11 +0000 (15:47 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 28 Feb 2026 15:59:18 +0000 (15:59 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
server/server.rs

index 0cd449caa152f1afba966159a7b50c2600b33244..82cb47e14712bbe74a1f22f2af084bd6bb9bf2f2 100644 (file)
@@ -28,6 +28,10 @@ pub struct Opts {
   pub config: config::CommonOpts,
 
   /// Daemonise
+  ///
+  /// Regardless of this option, hippotatd will perform
+  /// the systemd readiness notify protocol, if `NOTIFY_SOCKET` is set.
+  /// (See `sd_notifhy(3)`.)
   #[clap(long)]
   daemon: bool,