Merge pull request #615 from Start9Labs/fix/mac_tor_httpd_launchctl_instructions

Fixup Tor Mac launchctl httpd instructions
This commit is contained in:
StuPleb
2024-05-20 13:09:10 +02:00
committed by GitHub

View File

@@ -77,6 +77,12 @@ Enable Tor System-wide
sudo launchctl enable system/org.apache.httpd
sudo launchctl kickstart system/org.apache.httpd
.. note:: If these commands fail, your version of macOS may still use the older launchctl syntax:
.. code-block:: bash
sudo launchctl load -w /System/Library/LaunchDaemons/org.apache.httpd.plist
#. Go to System Settings:
.. figure:: /_static/images/tor/systemSettings.png