mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
services: openssh: Don't depend on networking.
* gnu/services/ssh.scm (openssh-shepherd-service): Drop requirement.
This commit is contained in:
parent
32199e9aa6
commit
07bf68ed09
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