services: openssh: Don't depend on networking.
* gnu/services/ssh.scm (openssh-shepherd-service): Drop requirement.
This commit is contained in:
parent
a6c642ef63
commit
e13b55ae79
@ -385,7 +385,7 @@ The other options should be self-descriptive."
|
|||||||
|
|
||||||
(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))
|
||||||
|
Loading…
Reference in New Issue
Block a user