chiark
/
gitweb
/
~ian
/
hippotat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c892b0c
)
Document use of systemd notify protocol, in the usage message
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 28 Feb 2026 15:47:11 +0000
(15:47 +0000)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/server/server.rs
b/server/server.rs
index 0cd449caa152f1afba966159a7b50c2600b33244..82cb47e14712bbe74a1f22f2af084bd6bb9bf2f2 100644
(file)
--- 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,