summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNigko Yerden <nigko.yerden@gmail.com>2026-06-14 10:36:04 +0500
committerMaxim Cournoyer <maxim@guixotic.coop>2026-06-16 14:24:46 +0900
commit98d0f9e6b52dddcb6e47db70dfa010eb75263ce2 (patch)
treef110773a83de2e781bec524fa4169f51b726a31d /doc
parenta25b934e1a6c1c8a4f1246ab16f54ca1fea47aae (diff)
services: autossh: Add auto-start? configuration option.
gnu/services/ssh.scm (autossh-configuration)[auto-start?]: New field. (autossh-shepherd-service)[shepherd-service]{auto-start?}: New field. doc/guix.texi (Networking Services)[autossh-configuration]: Document it. Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 6bf2ca4f1ad..aee2fc329fb 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -25034,6 +25034,10 @@ The list of command-line arguments to pass to @command{ssh} when it is
25034run. Options @option{-f} and @option{-M} are reserved for AutoSSH and 25034run. Options @option{-f} and @option{-M} are reserved for AutoSSH and
25035may cause undefined behaviour. 25035may cause undefined behaviour.
25036 25036
25037@item @code{auto-start?} (default @code{#t})
25038Whether this service should be started automatically by the Shepherd. If it
25039is @code{#f}, the service has to be started manually with @command{herd start}.
25040
25037@end table 25041@end table
25038@end deftp 25042@end deftp
25039 25043