guix-commits
[Top][All Lists]
Advanced

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

09/17: services: openssh: Don't depend on networking.


From: Ludovic Courtès
Subject: 09/17: services: openssh: Don't depend on networking.
Date: Sat, 20 May 2017 04:24:05 -0400 (EDT)

civodul pushed a commit to branch version-0.13.0
in repository guix.

commit e13b55ae797c8da2b06811d25e21abd173295b8d
Author: Marius Bakke <address@hidden>
Date:   Wed May 17 13:36:17 2017 +0200

    services: openssh: Don't depend on networking.
    
    * gnu/services/ssh.scm (openssh-shepherd-service): Drop requirement.
---
 gnu/services/ssh.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/ssh.scm b/gnu/services/ssh.scm
index 9917c31..2a6c8d4 100644
--- a/gnu/services/ssh.scm
+++ b/gnu/services/ssh.scm
@@ -385,7 +385,7 @@ The other options should be self-descriptive."
 
   (list (shepherd-service
          (documentation "OpenSSH server.")
-         (requirement '(networking syslogd))
+         (requirement '(syslogd))
          (provision '(ssh-daemon))
          (start #~(make-forkexec-constructor #$openssh-command
                                              #:pid-file #$pid-file))



reply via email to

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