Initial commit.

This commit is contained in:
Darren 'Tadgy' Austin 2020-09-29 16:40:13 +01:00
commit 3d665e5e11
72 changed files with 3200 additions and 0 deletions

View file

@ -0,0 +1,4 @@
# Options for the syslog daemon.
# Default is "-s" to run in secure mode - not accepting network connections.
# For other options, see syslog(8).
SYSLOGD_OPTS="-s -k -m 0"