Renaming the tor services lowercase.
svn path=/nixos/trunk/; revision=21810
This commit is contained in:
parent
ec33622b48
commit
b15e575961
@ -101,7 +101,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
jobs.tor =
|
jobs.tor =
|
||||||
{ name = "Tor";
|
{ name = "tor";
|
||||||
|
|
||||||
startOn = "started network-interfaces";
|
startOn = "started network-interfaces";
|
||||||
stopOn = "stopping network-interfaces";
|
stopOn = "stopping network-interfaces";
|
||||||
@ -115,10 +115,10 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
jobs.torPrivoxy = mkIf config.services.tor.enablePrivoxy
|
jobs.torPrivoxy = mkIf config.services.tor.enablePrivoxy
|
||||||
{ name = "Tor-privoxy";
|
{ name = "tor-privoxy";
|
||||||
|
|
||||||
startOn = "starting Tor";
|
startOn = "starting tor";
|
||||||
stopOn = "stopping Tor";
|
stopOn = "stopping tor";
|
||||||
|
|
||||||
preStart =
|
preStart =
|
||||||
''
|
''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user