diff --git a/install/systemd/sbbs.service b/install/systemd/sbbs.service
index d438fd52ff7648e47cef023911e8090d0a93891b..3833d6babf5ad8c5ae6f11169253b70b9a26af51 100644
--- a/install/systemd/sbbs.service
+++ b/install/systemd/sbbs.service
@@ -1,10 +1,12 @@
 # Synchronet BBS systemd 'unit configuration' file
 #
-# 1. Copy this file to the correct directory
+# 1. Copy or symlink this file to the correct directory
 #    e.g. for Debian/Ubuntu Linux, that would be: /lib/systemd/system
 # 2. If necessary, modify the SBBSCTRL environment variable value to match your install
 # 3. If necessary, modify the User and Group values to match your install
 # 4. If necessary, modify the path in the ExecStart value to match your install
+#    Edits should be made using "systemctl edit sbbs", thus creating the file:
+#    /etc/systemd/system/sbbs.service.d/override.conf
 # 5. Enable the BBS service by running "systemctl enable sbbs"
 # 6. To run the BBS service without rebooting, run "systemctl start sbbs"