me
/
guix
Archived
1
0
Fork 0

services: console-font: 'stop' method always returns #f.

The 'stop' method of Shepherd services is supposed to return #f on
success.

* gnu/services/base.scm (console-font-shepherd-services): 'stop' method
returns #f.
master
Ludovic Courtès 2023-03-17 10:02:42 +01:00
parent 933051281f
commit b5a70370f5
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -873,7 +873,7 @@ of console keymaps with @command{loadkeys}.")))
"-C" #$device #$font))
((0 71) #t)
(else #f))))
(stop #~(const #t))
(stop #~(const #f))
(respawn? #f)))))
tty+font))