installer: final: Remove restart-service procedure.

* gnu/installer/final.scm (umount-cow-store): Remove "restart-service" that is
now provided by (gnu services herd).
This commit is contained in:
Mathieu Othacehe 2020-06-16 16:32:32 +02:00
parent e23ec7144c
commit 4febc38d9f
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 0 additions and 6 deletions

View File

@ -137,12 +137,6 @@ USERS."
"Remove the store overlay and the bind-mount on /tmp created by the
cow-store service. This procedure is very fragile and a better approach would
be much appreciated."
;; Remove when integrated in (gnu services herd).
(define (restart-service name)
(with-shepherd-action name ('restart) result
result))
(catch #t
(lambda ()
(let ((tmp-dir "/remove"))