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:30] – [See Also] link to the syslog page 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 43: Line 46:
   LogFacility=3   LogFacility=3
    
-Then, in ''/etc/syslog.conf'' you will need to add the line:+Then, in ''/etc/syslog.conf'' (or ''/etc/rsyslog.d/sbbslog.conf''you will need to add the line:
  
   local3.*                 /var/log/sbbs.log   local3.*                 /var/log/sbbs.log
Line 134: Line 137:
   * [[:monitor:syslog]]   * [[:monitor:syslog]]
  
 +
 +{{tag>unix syslog sbbs.ini}}