Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
service:ircd [2021/01/11 17:05] – [Using JSexec with systemd] type=simple is wrong for daemonized program (sbbs -d) digital manservice:ircd [2023/02/27 00:18] – [Linking to the Synchronet IRC Network (irc.synchro.net)] Added touch to recycle ircd nelgin
Line 20: Line 20:
 In short, this document assumes that you know: In short, this document assumes that you know:
  
-* How to use your computer and operating system effectively. +  * How to use your computer and operating system effectively. 
-* The basics of IRC and its terminology. +  * The basics of IRC and its terminology. 
-* How to use, configure, and make basic modifications to Synchronet. +  * How to use, configure, and make basic modifications to Synchronet. 
-* The basics of the Internet (or at least the ability to visualize a routed, distributed network)+  * The basics of the Internet (or at least the ability to visualize a routed, distributed network)
  
 ====== Installation ====== ====== Installation ======
Line 89: Line 89:
 assigned, and the server will never echo your QWK password back to you, so it chooses to echo a '*' back instead.  An asterisk in the N:Line also forbids any servers from connecting *to* you, which is important, since you'll only be doing outbound connects with this C/N pair. assigned, and the server will never echo your QWK password back to you, so it chooses to echo a '*' back instead.  An asterisk in the N:Line also forbids any servers from connecting *to* you, which is important, since you'll only be doing outbound connects with this C/N pair.
  
-(4) Restart your BBS (or, if you know how to become an IRC operator, simply use the /REHASH command)and you should see a message similar to the following in your Synchronet console:+(4) If you know how to become an IRC operator, simply use the /REHASH command. If not, you can try **touch /sbbs/ctrl/ircd.rehash** otherwise restart your BBS. You should see a message similar to the following in your Synchronet console:
  
 <code> <code>
Line 123: Line 123:
  
 [Service] [Service]
-  Type=forking+  Type=simple
   Environment=SBBSROOT=/sbbs SBBSCTRL=/sbbs/ctrl SBBSEXEC=/sbbs/exec/   Environment=SBBSROOT=/sbbs SBBSCTRL=/sbbs/ctrl SBBSEXEC=/sbbs/exec/
   User=sbbs   User=sbbs
Line 142: Line 142:
  
 [Service] [Service]
-  Type=simple+  Type=forking
   Environment=SBBSROOT=/sbbs SBBSCTRL=/sbbs/ctrl SBBSEXEC=/sbbs/exec/   Environment=SBBSROOT=/sbbs SBBSCTRL=/sbbs/ctrl SBBSEXEC=/sbbs/exec/
   User=sbbs   User=sbbs