diff options
Diffstat (limited to 'Propellor/Property/Tor.hs')
| -rw-r--r-- | Propellor/Property/Tor.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Propellor/Property/Tor.hs b/Propellor/Property/Tor.hs index aa5d29e4..78e35c89 100644 --- a/Propellor/Property/Tor.hs +++ b/Propellor/Property/Tor.hs @@ -1,6 +1,6 @@ module Propellor.Property.Tor where -import Propellor.Common +import Propellor import qualified Propellor.Property.File as File import qualified Propellor.Property.Apt as Apt @@ -16,4 +16,4 @@ isBridge = setup `requires` Apt.installed ["tor"] ] `onChange` restartTor restartTor :: Property -restartTor = cmdProperty "service" [Param "tor", Param "restart"] +restartTor = cmdProperty "service" ["tor", "restart"] |
