services: lsh: Fix activation script.

* gnu/services/ssh.scm (lsh-service)[activate]: Import (guix build utils)
  for 'mkdir-p'.
master
Mark H Weaver 2014-08-07 21:00:57 -04:00
parent b087d41316
commit 1f347f5533
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ The other options should be self-descriptive."
"lshd"
#:allow-empty-passwords? allow-empty-passwords?)))
(activate #~(begin
(use-modules (guix build utils))
(mkdir-p "/var/spool/lsh")
#$(if initialize?
(activation lsh host-key)