Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
config:nix [2011/10/26 01:26] – [PidFile] Fix typo. deuce | config:nix [2023/02/12 20:17] (current) – [PidFile] Update the default value and description. digital man | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== UNIX ====== | ====== UNIX ====== | ||
- | ===== sbbs.ini | + | Configuration of '' |
- | Unix/Linux Sysops will particularly want to pay attention to the '' | + | ===== User/Group ===== |
+ | If you are **not** [[howto: | ||
==== User ==== | ==== User ==== | ||
Line 20: | Line 21: | ||
User=sbbsuser | User=sbbsuser | ||
Group=sbbsgroup | Group=sbbsgroup | ||
+ | | ||
+ | NOTE: the '' | ||
| | ||
Also, the Synchronet file | Also, the Synchronet file | ||
Line 27: | Line 30: | ||
# chown -R sbbsuser: | # chown -R sbbsuser: | ||
+ | |||
+ | If you do this, then be sure to run any Synchronet utilities (e.g. [[util: | ||
| | ||
+ | # su -c / | ||
+ | |||
+ | ===== Logging ===== | ||
==== LogFacility ==== | ==== LogFacility ==== | ||
Line 39: | Line 47: | ||
LogFacility=3 | LogFacility=3 | ||
- | Then, in ''/ | + | Then, in ''/ |
local3.* | local3.* | ||
Line 54: | Line 62: | ||
Then send a HUP to syslogd like so: | Then send a HUP to syslogd like so: | ||
# killall -HUP syslogd | # killall -HUP syslogd | ||
+ | | ||
+ | Or it might be necessary to: | ||
+ | # service syslogd restart | ||
| | ||
You could then monitor the Synchronet daemon log output with: | You could then monitor the Synchronet daemon log output with: | ||
Line 94: | Line 105: | ||
This is the value passed as the '' | This is the value passed as the '' | ||
+ | |||
+ | ===== Process Control ===== | ||
==== PidFile ==== | ==== PidFile ==== | ||
- | Default: '' | + | Default: '' |
- | This key contains the path of the file which will contain the program identify | + | This key contains the path of the file which will contain the process identifier |
# service sbbs status | # service sbbs status | ||
Line 105: | Line 118: | ||
PID(s): 6270 | PID(s): 6270 | ||
- | If you change the value of this key, you may also need to change/ | + | If you change the value of this key, you may also need to modify |
==== umask ==== | ==== umask ==== | ||
Line 113: | Line 126: | ||
Sets '' | Sets '' | ||
- | Note: If the value begins with a '' | + | Note: If the value begins with a '' |
Run '' | Run '' | ||
Line 121: | Line 134: | ||
Default: '' | Default: '' | ||
- | When set to '' | + | When set to '' |
===== See Also ===== | ===== See Also ===== | ||
* [[: | * [[: | ||
+ | * [[: | ||
+ | |||
+ | {{tag> |