diff options
Diffstat (limited to 'gnu/system.scm')
-rw-r--r-- | gnu/system.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/system.scm b/gnu/system.scm index 97103a9992..b4264fe5f8 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -303,11 +303,11 @@ a container or that of a \"bare metal\" system." (cons* (service system-service-type entries) %boot-service - ;; %DMD-ROOT-SERVICE must come first so that the gexp that execs - ;; dmd comes last in the boot script (XXX). Likewise, the cleanup - ;; service must come last so that its gexp runs before activation - ;; code. - %dmd-root-service + ;; %SHEPHERD-ROOT-SERVICE must come first so that the gexp that + ;; execs shepherd comes last in the boot script (XXX). Likewise, + ;; the cleanup service must come last so that its gexp runs before + ;; activation code. + %shepherd-root-service %activation-service (service cleanup-service-type #f) |