1
0
mirror of https://github.com/ShadowKatStudios/OC-Minitel.git synced 2024-09-06 03:18:48 +10:00
OC-Minitel/syslog/OpenOS/usr/man/syslogd

25 lines
618 B
Plaintext

# syslog Daemon for OpenOS
The syslog daemon lives in */etc/rc.d/syslogd.lua*, and as such is managed as an rc program:
```
rc syslogd enable
rc syslogd start
rc syslogd reload
```
In addition, the daemon keeps a configuration file in */etc/syslogd.cfg*. This is stored as a Lua table and may be edited in whatever way you see fit. It has the following fields and default values:
|Field | Default value |
| --- | --- |
|port | 514 |
|relay | false |
|relayhost | "" |
|receive | false |
|write | true |
|destination | "/dev/null" |
|minlevel | 6 |
|beeplevel | -1 |
|displevel | 2 |
|filter | {} |