Skip to content
Snippets Groups Projects
Unverified Commit e13b55ae authored by Marius Bakke's avatar Marius Bakke Committed by Ludovic Courtès
Browse files

services: openssh: Don't depend on networking.

* gnu/services/ssh.scm (openssh-shepherd-service): Drop requirement.
parent a6c642ef
No related branches found
No related tags found
No related merge requests found
...@@ -385,7 +385,7 @@ (define openssh-command ...@@ -385,7 +385,7 @@ (define openssh-command
(list (shepherd-service (list (shepherd-service
(documentation "OpenSSH server.") (documentation "OpenSSH server.")
(requirement '(networking syslogd)) (requirement '(syslogd))
(provision '(ssh-daemon)) (provision '(ssh-daemon))
(start #~(make-forkexec-constructor #$openssh-command (start #~(make-forkexec-constructor #$openssh-command
#:pid-file #$pid-file)) #:pid-file #$pid-file))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment