mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
thermald: Fix systemd service definition.
This commit is contained in:
parent
f0c414d510
commit
920c439915
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue