mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
thermald: Fix systemd service definition.
This commit is contained in:
parent
f0c414d510
commit
920c439915
@ -39,7 +39,7 @@ in {
|
||||
--no-daemon \
|
||||
${optionalString cfg.debug "--loglevel=debug"} \
|
||||
${optionalString (cfg.configFile != null) "--config-file ${cfg.configFile}"} \
|
||||
--dbus-enable
|
||||
--dbus-enable \
|
||||
--adaptive
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user