diff options
Diffstat (limited to 'gnu/system/install.scm')
-rw-r--r-- | gnu/system/install.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm index fcbb630517..bd501c76cc 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm @@ -164,10 +164,10 @@ current store is on a RAM disk." (rmdir "/.rw-store")))))) (define cow-store-service-type - (dmd-service-type + (shepherd-service-type 'cow-store (lambda _ - (dmd-service + (shepherd-service (requirement '(root-file-system user-processes)) (provision '(cow-store)) (documentation |