summaryrefslogtreecommitdiff
path: root/gnu/installer
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2020-06-16 16:32:32 +0200
committerMathieu Othacehe <othacehe@gnu.org>2020-06-16 16:33:55 +0200
commit4febc38d9f398a44e2f72eb6fa71145421c117a3 (patch)
tree2e2ef190f01047b5a709731cb049ae42f5766edb /gnu/installer
parente23ec7144c264902ac13fa75e01a206e4d907e5a (diff)
downloadguix-patches-4febc38d9f398a44e2f72eb6fa71145421c117a3.tar
guix-patches-4febc38d9f398a44e2f72eb6fa71145421c117a3.tar.gz
installer: final: Remove restart-service procedure.
* gnu/installer/final.scm (umount-cow-store): Remove "restart-service" that is now provided by (gnu services herd).
Diffstat (limited to 'gnu/installer')
-rw-r--r--gnu/installer/final.scm6
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/installer/final.scm b/gnu/installer/final.scm
index a742c2a0cd..685aa81d89 100644
--- a/gnu/installer/final.scm
+++ b/gnu/installer/final.scm
@@ -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"))