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 18:48] – Minor updates. digitalman | config:nix [2023/02/12 20:17] (current) – [PidFile] Update the default value and description. digital man | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== UNIX ====== | ====== UNIX ====== | ||
- | Configuration of Synchronet | + | Configuration of '' |
- | ===== sbbs.ini | + | ===== User/ |
- | + | If you are **not** [[howto: | |
- | Unix/Linux Sysops will particularly want to pay attention to the '' | + | |
==== User ==== | ==== User ==== | ||
Line 31: | 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 43: | Line 47: | ||
LogFacility=3 | LogFacility=3 | ||
- | Then, in ''/ | + | Then, in ''/ |
local3.* | local3.* | ||
Line 58: | 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 98: | 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 process identifier (PID) of Synchronet and is used by background/ | + | This key contains the path of the file which will contain the process identifier (PID) of Synchronet and may be used by background/ |
# service sbbs status | # service sbbs status | ||
Line 129: | Line 138: | ||
===== See Also ===== | ===== See Also ===== | ||
* [[: | * [[: | ||
+ | * [[: | ||
+ | |||
+ | {{tag> |