From b15e5759616a32887e9e0da62143f21410c4dca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 16 May 2010 22:22:34 +0000 Subject: [PATCH] Renaming the tor services lowercase. svn path=/nixos/trunk/; revision=21810 --- modules/services/security/tor.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/services/security/tor.nix b/modules/services/security/tor.nix index 47c7ea730a2..89f4245145e 100644 --- a/modules/services/security/tor.nix +++ b/modules/services/security/tor.nix @@ -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 = ''