From 5e1f1e6906febcede2bfb52c4adf2958ab28fbb1 Mon Sep 17 00:00:00 2001 From: Rob Swindell <rob@synchro.net> Date: Fri, 30 Dec 2022 18:37:13 -0800 Subject: [PATCH] Add instructions to use symlink and 'systemctl edit sbbs' for over-rides I think this addresses issue #403, at least in part. --- install/systemd/sbbs.service | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install/systemd/sbbs.service b/install/systemd/sbbs.service index d438fd52ff..3833d6babf 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" -- GitLab