mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
e08dd8c33a
commit
075fe3083b
1 changed files with 1 additions and 1 deletions
|
@ -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))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue