mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: service: Fix script location for TLP shepherd service.
* gnu/services/pm.scm (tlp-shepherd-service): Fix location for "tlp" script. Change-Id: I254437441641c96b19383e796fded82c4f6bbcb7 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
committed by
Nicolas Goaziou
parent
e08dd8c33a
commit
075fe3083b
@@ -448,7 +448,7 @@ shutdown on system startup."))
|
||||
|
||||
(define (tlp-shepherd-service config)
|
||||
(let* ((tlp-bin (file-append
|
||||
(tlp-configuration-tlp config) "/bin/tlp"))
|
||||
(tlp-configuration-tlp config) "/sbin/tlp"))
|
||||
(tlp-action (lambda args
|
||||
#~(lambda _
|
||||
(zero? (system* #$tlp-bin #$@args))))))
|
||||
|
||||
Reference in New Issue
Block a user