From abeaf76fe9d1ae1b7d421a6ccaac2cf8e83a8d6a Mon Sep 17 00:00:00 2001 From: Darknet Villain Date: Tue, 8 Nov 2016 17:55:40 +0000 Subject: [PATCH] Update usage.md --- docs/usage.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/usage.md b/docs/usage.md index da09e167..a4bcbb77 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -37,13 +37,13 @@ Some binary Linux packages have a systemd control unit, so it is possible to man Start/stop i2pd: - sudo systemctl i2pd.service start - sudo systemctl i2pd.service stop + sudo systemctl start i2pd.service + sudo systemctl stop i2pd.service Enable/disable i2pd to be started on bootup: - sudo systemctl i2pd.service enable - sudo systemctl i2pd.service disable + sudo systemctl enable i2pd.service + sudo systemctl disable i2pd.service ## Configuring i2pd