Skip to content
Snippets Groups Projects
Commit 7965306e authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Add sudo to example command-lines (you have systemd, you probably have sudo)

Add some handy tips too (querying status, monitoring log output)
parent 3c3e425b
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,15 @@
# 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:
# Edits should be made using "sudo 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"
# 5. Enable the BBS service by running "sudo systemctl enable sbbs"
# 6. To run the BBS service without rebooting, run "sudo systemctl start sbbs"
#
# Tips:
# A. To query the status of the BBS service, run "systemctl status sbbs"
# B. To browse the log output of the BBS service, run "journalctl -u sbbs"
# C. To monitor the live log outupt of the BBS service, run "journalctl -f -u sbbs"
[Unit]
Description=Synchronet BBS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment