aboutsummaryrefslogtreecommitdiff
path: root/Utility
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-12-18 17:13:06 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-12-18 17:16:53 -0400
commit4c26a9677747ef9c5376a662c19a08960a53b28d (patch)
tree8257ff343c8d802cfc204f8900f79b1c559ffaa5 /Utility
parentecd79dd69dad3474abf78085cbd401c227853b74 (diff)
typo
Diffstat (limited to 'Utility')
-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"