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
config:nix [2016/11/19 03:33] – [LogFacility] example syslog config of /etc/rsyslog.d/sbbslog.conf digital manconfig:nix [2020/08/01 23:34] – [Group] Mention running SCFG as the same user that sbbs runs as digital man
Line 31: Line 31:
  
   # chown -R sbbsuser:sbbsgroup /sbbs   # chown -R sbbsuser:sbbsgroup /sbbs
 +
 +If you do this, then be sure to run any Synchronet utilities (e.g. [[util:SCFG]]) as the same user that the BBS is going to run as:
      
 +  # su -c /sbbs/exec/scfg sbbs  
 ==== LogFacility ====  ==== LogFacility ==== 
  
Line 134: Line 137:
   * [[:monitor:syslog]]   * [[:monitor:syslog]]
  
 +
 +{{tag>unix syslog sbbs.ini}}