|
From: | Clément Lassieur |
Subject: | Re: [PATCH 3/5] gnu: Add tlp service. |
Date: | Thu, 16 Mar 2017 17:33:00 +0100 |
User-agent: | mu4e 0.9.18; emacs 25.2.1 |
Sorry I forgot two things: > +(define (tlp-activation config) > + (let* ((config-dir "/etc") > + (config-str (with-output-to-string > + (lambda () > + (serialize-configuration > + config > + tlp-configuration-fields)))) > + (config-file (plain-file "tlp" config-str))) > + #~(begin > + (use-modules (guix build utils)) > + (mkdir-p #$config-dir) ^ Is this necessary? I think /etc should exist already. Also, "tlp stat" does not work.
[Prev in Thread] | Current Thread | [Next in Thread] |