summaryrefslogtreecommitdiffstats
path: root/docs/requirements.rst
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-09-22 12:13:22 +0000
committera1346054 <36859588+a1346054@users.noreply.github.com>2021-09-22 12:36:36 +0000
commitb95c1f3357cccaaecd305f50e58e230cfdd47021 (patch)
treeb9b17b60d13f7750d6c9e48a260a3f815d74b778 /docs/requirements.rst
parent5257d9fd1bc94996de26fea84b97c128322604da (diff)
Trim excess whitespace
Diffstat (limited to 'docs/requirements.rst')
-rw-r--r--docs/requirements.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/requirements.rst b/docs/requirements.rst
index 08bed53..49a2865 100644
--- a/docs/requirements.rst
+++ b/docs/requirements.rst
@@ -81,7 +81,7 @@ Additional Suggested Software
- If you are using systemd, sshuttle can notify it when the connection to
the remote end is established and the firewall rules are installed. For
this feature to work you must configure the process start-up type for the
- sshuttle service unit to notify, as shown in the example below.
+ sshuttle service unit to notify, as shown in the example below.
.. code-block:: ini
:emphasize-lines: 6
@@ -89,10 +89,10 @@ Additional Suggested Software
[Unit]
Description=sshuttle
After=network.target
-
+
[Service]
Type=notify
ExecStart=/usr/bin/sshuttle --dns --remote <user>@<server> <subnets...>
-
+
[Install]
WantedBy=multi-user.target