0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-12 05:16:25 +03:00

Fix service description

This commit is contained in:
Eelco Dolstra 2013-09-22 20:49:01 +02:00
parent 4be5fae2da
commit f5c4874b05

View file

@ -28,7 +28,7 @@ with pkgs.lib;
environment.systemPackages = [ pkgs.cpufrequtils ]; environment.systemPackages = [ pkgs.cpufrequtils ];
jobs.cpufreq = jobs.cpufreq =
{ description = "Initialize CPU frequency governor"; { description = "CPU Frequency Governor Setup";
after = [ "systemd-modules-load.service" ]; after = [ "systemd-modules-load.service" ];
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];