diff options
author | Ludovic Courtès <[email protected]> | 2025-01-17 23:08:30 +0100 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2025-01-26 22:09:27 +0100 |
commit | 5cfbf7b513bdc9fb07c4e4a34d495934b6a486ad (patch) | |
tree | 1de2fc406fb5c51ae16fa0b78e024573cc9c01d9 /doc | |
parent | dc0df5eb470ef5dff446bec186c184f45f40423a (diff) |
home: services: shepherd: Add ‘transient’ and ‘timer’ services.
* gnu/home/services/shepherd.scm (home-shepherd-timer-service-type)
(home-shepherd-transient-service-type): New variables.
* doc/guix.texi (Shepherd Home Service): Document them.
(Shepherd Services): Add anchor.
Reviewed-by: Maxim Cournoyer <[email protected]>
Change-Id: Ia4eb7cf043f4661c64f5ca81b8989a451532aa18
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index e0b7d26cb9..11e3f7bc13 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -45702,6 +45702,7 @@ system: (shepherd my-shepherd)))))) @end lisp +@anchor{shepherd-transient-timer-services} @cindex @code{transient} service, Shepherd @defvar shepherd-transient-service-type This service type represents the Shepherd's @code{transient} service, @@ -47366,6 +47367,17 @@ its reference. This service is part of @code{%base-home-services}. @end defvar +@defvar home-shepherd-transient-service-type +@defvarx home-shepherd-timer-service-type +These are the @code{timer} and @code{transient} Shepherd services. The +former lets you schedule command execution for later, while the latter +can run commands in the background as a regular service. + +@xref{shepherd-transient-timer-services, the system @code{timer} and +@code{transient} services}, which are their Guix System counterparts, +for more info. +@end defvar + @node Secure Shell @subsection Secure Shell |