1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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.
This commit is contained in:
Ludovic Courtès
2023-03-17 10:02:42 +01:00
parent 933051281f
commit b5a70370f5

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))