summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Tor.hs
diff options
context:
space:
mode:
authorFélix Sipma2014-11-11 11:31:46 +0100
committerJoey Hess2014-11-11 11:57:42 -0400
commitbd856f7a04859f99c1074b1d2def889b632940d8 (patch)
tree48be186acf327ed6c2cf17777df2264193942be7 /src/Propellor/Property/Tor.hs
parent2368b0d5af6cdf3b7a3b116c4b1d1a208a6776e0 (diff)
Tor: varRun
Signed-off-by: Félix Sipma <felix.sipma@no-log.org>
Diffstat (limited to 'src/Propellor/Property/Tor.hs')
-rw-r--r--src/Propellor/Property/Tor.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Propellor/Property/Tor.hs b/src/Propellor/Property/Tor.hs
index 6a1b1eed..2384a7d2 100644
--- a/src/Propellor/Property/Tor.hs
+++ b/src/Propellor/Property/Tor.hs
@@ -47,3 +47,6 @@ mainConfig = "/etc/tor/torrc"
varLib :: FilePath
varLib = "/var/lib/tor"
+
+varRun :: FilePath
+varRun = "/var/run/tor"