Update chuckie branch for new services/configs.

This commit is contained in:
Darren 'Tadgy' Austin 2023-11-04 20:02:42 +00:00
commit f52e089094
42 changed files with 3799 additions and 15 deletions

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

@ -0,0 +1,5 @@
/efibootmgr-kernel-hook
/grub
/libc-locales
/live.conf
/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')