summaryrefslogtreecommitdiff
path: root/Utility/Tor.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Utility/Tor.hs')
-rw-r--r--Utility/Tor.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Tor.hs b/Utility/Tor.hs
index 5457a5a24..71628084c 100644
--- a/Utility/Tor.hs
+++ b/Utility/Tor.hs
@@ -70,7 +70,7 @@ addHiddenService uid ident = do
-- service and generate the hostname file for it.
reloaded <- anyM (uncurry boolSystem)
[ ("systemctl", [Param "reload", Param "tor"])
- , ("sefvice", [Param "tor", Param "reload"])
+ , ("service", [Param "tor", Param "reload"])
]
unless reloaded $
giveup "failed to reload tor, perhaps the tor service is not running"