services: hurd: Remove deprecated 'hurd-getty-service' wrapper.

* gnu/services/hurd.scm (hurd-getty-service): Remove.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2020-06-13 10:04:51 +02:00 committed by Jan Nieuwenhuizen
parent 60fdd9e389
commit 7304cb0a23
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 0 additions and 5 deletions

View File

@ -115,9 +115,4 @@
(description
"Provide console login using the Hurd @command{getty} program.")))
(define* (hurd-getty-service config)
"Return a service to run the Hurd getty according to @var{config}, which
specifies the tty to run, among other things."
(service hurd-getty-service-type config))
;;; hurd.scm ends here