diff options
Diffstat (limited to 'gnu/services')
-rw-r--r-- | gnu/services/base.scm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/services/base.scm b/gnu/services/base.scm index 79c9661567..fd79c9e232 100644 --- a/gnu/services/base.scm +++ b/gnu/services/base.scm @@ -324,11 +324,7 @@ system objects."))) (sync) (let ((null (%make-void-port "w"))) - ;; Close 'shepherd.log'. - (display "closing log\n") - ((@ (shepherd comm) stop-logging)) - - ;; Redirect the default output ports.. + ;; Redirect the default output ports. (set-current-output-port null) (set-current-error-port null) |