svn path=/configurations/trunk/tud/; revision=34659
svn path=/configurations/trunk/tud/; revision=34659
Eelco Dolstra committed
Dec 10, 2012 at 00:54 UTC
85a62dec8c2d238927d169c13f68fffd658be577
1 file changed
-11
lucifer.nix
-11
@@ -145,15 +145,4 @@
145
serviceConfig.CPUShares = 100;
146
};
147
148
- boot.systemd.services.convert-to-binary-cache =
149
- { wantedBy = [ "multi-user.target" ];
150
- path = [ pkgs.su ];
151
- script =
152
- ''
153
- exec su - hydra-mirror -c 'cd release/channels; while true; do ./convert-to-binary-cache.pl; sleep 3600; done'
154
- '';
155
- serviceConfig.Restart = "always";
156
- serviceConfig.CPUShares = 100;
157
- };
158
-
148
}