mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
e23ec7144c
commit
4febc38d9f
1 changed files with 0 additions and 6 deletions
|
@ -137,12 +137,6 @@ (define (umount-cow-store)
|
||||||
"Remove the store overlay and the bind-mount on /tmp created by the
|
"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
|
cow-store service. This procedure is very fragile and a better approach would
|
||||||
be much appreciated."
|
be much appreciated."
|
||||||
|
|
||||||
;; Remove when integrated in (gnu services herd).
|
|
||||||
(define (restart-service name)
|
|
||||||
(with-shepherd-action name ('restart) result
|
|
||||||
result))
|
|
||||||
|
|
||||||
(catch #t
|
(catch #t
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(let ((tmp-dir "/remove"))
|
(let ((tmp-dir "/remove"))
|
||||||
|
|
Loading…
Reference in a new issue