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

1
etc/sv/syslogd/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/supervise/

1
etc/sv/syslogd/log/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/supervise/

2
etc/sv/syslogd/log/run Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
exec vlogger -t syslogd -p syslog.err

4
etc/sv/syslogd/run Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
[[ -r /etc/default/syslogd ]] && . /etc/default/syslogd
exec syslogd "${SYSLOGD_ARGS[@]}"