Update configs for Phil.

This commit is contained in:
Darren 'Tadgy' Austin 2023-11-06 19:37:32 +00:00
commit 98737ad12d
33 changed files with 455 additions and 201 deletions

7
etc/default/.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
/cdrecord
/efibootmgr-kernel-hook
/grub
/libc-locales
/live.conf
/rscsi
/useradd

1
etc/default/syslogd Normal file
View file

@ -0,0 +1 @@
SYSLOGD_ARGS=('--rcdir=/etc/syslog.d' '--rcfile=/etc/syslog.conf' '--ipany' '--mark=0' '--no-detach' '--pidfile=/run/syslogd.pid' '--inet' '-s' 'afterdark.org.uk')