all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74916] [shepherd PATCH] doc: Add missing '.
@ 2024-12-16 20:49 Tomas Volf
  0 siblings, 0 replies; only message in thread
From: Tomas Volf @ 2024-12-16 20:49 UTC (permalink / raw)
  To: 74916; +Cc: Tomas Volf

* doc/shepherd.texi (Service Examples): Add missing ' to timer example.
---
 doc/shepherd.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/shepherd.texi b/doc/shepherd.texi
index d092608..5b3ecd4 100644
--- a/doc/shepherd.texi
+++ b/doc/shepherd.texi
@@ -1809,7 +1809,7 @@ command as root (@pxref{Invoking updatedb,,, find, Finding Files}):
     '(updatedb)
     #:start (make-timer-constructor
               ;; Fire at midnight and noon everyday.
-              (calendar-event #:hours '(0 12) #:minutes (0))
+              (calendar-event #:hours '(0 12) #:minutes '(0))
               (command '("/usr/bin/updatedb"
                          "--prunepaths=/tmp")))
     #:stop (make-timer-destructor)
-- 
2.46.0





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-12-16 21:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-16 20:49 [bug#74916] [shepherd PATCH] doc: Add missing ' Tomas Volf

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.