diff options
| author | Félix Sipma <felix.sipma@no-log.org> | 2014-11-11 11:31:46 +0100 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-11 11:57:42 -0400 |
| commit | bd856f7a04859f99c1074b1d2def889b632940d8 (patch) | |
| tree | 48be186acf327ed6c2cf17777df2264193942be7 /src/Propellor/Property/Tor.hs | |
| parent | 2368b0d5af6cdf3b7a3b116c4b1d1a208a6776e0 (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.hs | 3 |
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" |
