diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2020-06-16 16:32:32 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2020-06-16 16:33:55 +0200 |
commit | 4febc38d9f398a44e2f72eb6fa71145421c117a3 (patch) | |
tree | 2e2ef190f01047b5a709731cb049ae42f5766edb /gnu/installer | |
parent | e23ec7144c264902ac13fa75e01a206e4d907e5a (diff) | |
download | guix-4febc38d9f398a44e2f72eb6fa71145421c117a3.tar guix-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.scm | 6 |
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")) |