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
Next revisionBoth sides next revision
howto:systemd [2022/06/27 14:02] – [Ubuntu 16.04+] added LimitNOFILE and LimitCORE nelginhowto:systemd [2022/11/30 22:00] – [Start Synchronet BBS from systemd] replace viewcvs link with gitlab link digital man
Line 5: Line 5:
 In this case, instead of use the old SysV-style /etc/init.d/sbbs.service init script, you use a systemd services unit file: In this case, instead of use the old SysV-style /etc/init.d/sbbs.service init script, you use a systemd services unit file:
  
-Create and edit (or download from [[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/install/systemd/sbbs.service|here]]) the following file (please correct your ExecStart path and User/Group as you need):+Create and edit (or download from [[https://gitlab.synchro.net/main/sbbs/-/raw/master/install/systemd/sbbs.service|here]]) the following file (please correct your ExecStart path and User/Group as you need):
  
 ===== Where is My Service File? ===== ===== Where is My Service File? =====
Line 27: Line 27:
   Type=forking   Type=forking
   Environment=SBBSROOT=/sbbs SBBSCTRL=/sbbs/ctrl   Environment=SBBSROOT=/sbbs SBBSCTRL=/sbbs/ctrl
-  # this stops your running out of files+  # this stops you running out of files
   LimitNOFILE=10000   LimitNOFILE=10000
   # this enables you to take a good core dump   # this enables you to take a good core dump