From 9239db1959e99bc5d05c1f5c229e96f8e96fca9a Mon Sep 17 00:00:00 2001 From: Darknet Villain Date: Fri, 26 Jan 2018 17:15:51 -0500 Subject: [PATCH] update systemd instruction --- docs/user-guide/run.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/user-guide/run.md b/docs/user-guide/run.md index 27439c3..c06f95f 100644 --- a/docs/user-guide/run.md +++ b/docs/user-guide/run.md @@ -32,7 +32,9 @@ Some Linux packages have a systemd control unit, so it is possible to manage i2p Start/stop i2pd: sudo systemctl start i2pd.service - sudo systemctl stop i2pd.service + sudo systemctl stop i2pd.service --no-block + +Stop command initiates a graceful shutdown process, i2pd stops after finishing to route transit tunnels (maximum 10 minutes). Enable/disable i2pd to be started on bootup: