mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ (define openssh-command
|
|||
|
||||
(list (shepherd-service
|
||||
(documentation "OpenSSH server.")
|
||||
(requirement '(networking syslogd))
|
||||
(requirement '(syslogd))
|
||||
(provision '(ssh-daemon))
|
||||
(start #~(make-forkexec-constructor #$openssh-command
|
||||
#:pid-file #$pid-file))
|
||||
|
|
Loading…
Reference in a new issue