From: Ian Jackson Date: Sat, 28 Feb 2026 15:47:11 +0000 (+0000) Subject: Document use of systemd notify protocol, in the usage message X-Git-Tag: debian/1.3.1~5^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=4b4b6139e801bf1c8c3704da71a56a046c549f75;p=hippotat.git Document use of systemd notify protocol, in the usage message Signed-off-by: Ian Jackson --- diff --git a/server/server.rs b/server/server.rs index 0cd449c..82cb47e 100644 --- a/server/server.rs +++ b/server/server.rs @@ -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,