1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

services: virtual-build-machine: Fix typo in GC job configuration.

* gnu/services/virtualization.scm (gc-service-type): Use
make-timer-destructor as stop procedure.

Change-Id: I94b2cac0b03cbf1b5add7e5554567907a982c58e
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Sergey Trofimov
2026-01-03 17:51:18 +01:00
committed by Ludovic Courtès
parent f87e87f3b7
commit a5ba90028b

View File

@@ -1336,7 +1336,7 @@ that will be listening to receive secret keys on ADDRESS."
(command
'("/run/current-system/profile/bin/guix" "gc" "-F2G"))
#:wait-for-termination? #t))
(stop #~(make-timer-constructor))
(stop #~(make-timer-destructor))
(actions (list shepherd-trigger-action))))
#t
(description "Periodically collect garbage.")))