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

59
etc/sv/.gitignore vendored
View file

@ -1,64 +1,49 @@
/NetworkManager/
/acpid/
/agetty-*/
/!agetty-tty7/
/!agetty-tty8/
/!agetty-tty9/
/!agetty-tty10/
/agetty-console/
/agetty-generic/
/agetty-hvc0/
/agetty-hvsi0/
/agetty-serial/
/agetty-tty1/
/agetty-tty2/
/agetty-tty3/
/agetty-tty4/
/agetty-tty5/
/agetty-tty6/
/agetty-ttyAMA0/
/agetty-ttyS0/
/agetty-ttyUSB0/
/alsa/
/apache/
/autofs/
/brltty/
/crond
/cupsd/
/cups-browsed/
/dbus/
/dcron/
/dhcpcd/
/dhcpcd-eth0/
/dmeventd/
/dnsmasq/
/fancontrol/
/gpm/
/gpm-custom/supervise/
/!gpm-custom/supervise/.empty
/espeakup/
/gitea/
/ip6tables/
/iptables/
/isc-ntpd/
/libvirtd*/
/lvmetad/
/lxdm/
/mdadm/
/nanoklogd/
/nfs-server/
/ntpd
/polkitd/
/php-fpm8.2/
/rpcbind/
/rpcblkmapd/
/rpcgssd/
/rpcidmapd/
/rpcsvcgssd/
/rsyncd/
/rsyncd/
/rtkit/
/saned/
/smartd/
/socklog-unix/
/sshd/
/sshguard-socklog/
/statd/
/sulogin/
/udevd/
/uuidd/
/vboxwebsrv/
/virtinterfaced/
/virtlockd/
/virtlogd/
/virtlxcd/
/virtnetworkd/
/virtnodedevd/
/virtnwfilterd/
/virtproxyd/
/virtqemud/
/virtsecretd/
/virtstoraged/
/virtvboxd/
/virtxend/
/vmtoolsd/
/vmware-vmblock-fuse/
/wpa_supplicant/

View file

@ -0,0 +1,6 @@
/control
/lock
/ok
/pid
/stat
/status

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

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

View file

@ -0,0 +1,6 @@
/control
/lock
/ok
/pid
/stat
/status

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[@]}"

6
etc/sv/syslogd/supervise/.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
/control
/lock
/ok
/pid
/stat
/status