mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-22 00:55:56 +02:00
services: Add the Shepherd’s ‘transient’ and ‘timer’ to ‘%base-services’.
* gnu/services/base.scm (%base-services): Add instances of ‘shepherd-timer-service-type’ and ‘shepherd-transient-service-type’. Change-Id: I28a35d0dce40b142ee71b330b1cf7a3d222ef6bd
This commit is contained in:
@@ -3750,6 +3750,10 @@ login manager daemon.")
|
||||
|
||||
(service log-rotation-service-type)
|
||||
|
||||
;; Convenient services brought by the Shepherd.
|
||||
(service shepherd-timer-service-type)
|
||||
(service shepherd-transient-service-type)
|
||||
|
||||
;; Periodically delete old build logs.
|
||||
(service log-cleanup-service-type
|
||||
(log-cleanup-configuration
|
||||
|
||||
Reference in New Issue
Block a user