Renaming the tor services lowercase.

svn path=/nixos/trunk/; revision=21810
This commit is contained in:
Lluís Batlle i Rossell 2010-05-16 22:22:34 +00:00
parent ec33622b48
commit b15e575961

View File

@ -101,7 +101,7 @@ in
};
jobs.tor =
{ name = "Tor";
{ name = "tor";
startOn = "started network-interfaces";
stopOn = "stopping network-interfaces";
@ -115,10 +115,10 @@ in
};
jobs.torPrivoxy = mkIf config.services.tor.enablePrivoxy
{ name = "Tor-privoxy";
{ name = "tor-privoxy";
startOn = "starting Tor";
stopOn = "stopping Tor";
startOn = "starting tor";
stopOn = "stopping tor";
preStart =
''