guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: installer: final: Remove restart-service procedure.


From: guix-commits
Subject: 02/02: installer: final: Remove restart-service procedure.
Date: Tue, 16 Jun 2020 10:34:28 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 4febc38d9f398a44e2f72eb6fa71145421c117a3
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Jun 16 16:32:32 2020 +0200

    installer: final: Remove restart-service procedure.
    
    * gnu/installer/final.scm (umount-cow-store): Remove "restart-service" that 
is
    now provided by (gnu services herd).
---
 gnu/installer/final.scm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/gnu/installer/final.scm b/gnu/installer/final.scm
index a742c2a..685aa81 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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]