summaryrefslogtreecommitdiff
path: root/gnu/services/backup.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/services/backup.scm')
-rw-r--r--gnu/services/backup.scm6
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/services/backup.scm b/gnu/services/backup.scm
index 4d8cf167f04..6e066bd3d66 100644
--- a/gnu/services/backup.scm
+++ b/gnu/services/backup.scm
@@ -255,11 +255,7 @@ command-line arguments to the current job @command{restic backup} invocation."))
max-duration)))
(stop
#~(make-timer-destructor))
- (actions (list (shepherd-action
- (name 'trigger)
- (documentation "Manually trigger a backup,
-without waiting for the scheduled time.")
- (procedure #~trigger-timer)))))))
+ (actions (list shepherd-trigger-action)))))
(define (restic-guix-wrapper-package jobs)
(package