Initial commit of Phil's config files.

This commit is contained in:
Darren 'Tadgy' Austin 2023-10-19 20:35:36 +01:00
commit 3fae792a80
73 changed files with 1197 additions and 184 deletions

64
etc/sv/.gitignore vendored Normal file
View file

@ -0,0 +1,64 @@
/NetworkManager/
/acpid/
/agetty-*/
/!agetty-tty7/
/!agetty-tty8/
/!agetty-tty9/
/!agetty-tty10/
/alsa/
/autofs/
/crond
/cupsd/
/cups-browsed/
/dbus/
/dcron/
/dhcpcd/
/dhcpcd-eth0/
/dmeventd/
/dnsmasq/
/fancontrol/
/gpm/
/gpm-custom/supervise/
/!gpm-custom/supervise/.empty
/ip6tables/
/iptables/
/isc-ntpd/
/libvirtd*/
/lvmetad/
/lxdm/
/mdadm/
/nanoklogd/
/nfs-server/
/ntpd
/polkitd/
/rpcbind/
/rpcblkmapd/
/rpcgssd/
/rpcidmapd/
/rpcsvcgssd/
/rsyncd/
/rsyncd/
/rtkit/
/saned/
/smartd/
/socklog-unix/
/sshd/
/statd/
/sulogin/
/udevd/
/uuidd/
/vboxwebsrv/
/virtinterfaced/
/virtlockd/
/virtlogd/
/virtlxcd/
/virtnetworkd/
/virtnodedevd/
/virtnwfilterd/
/virtproxyd/
/virtqemud/
/virtsecretd/
/virtstoraged/
/virtvboxd/
/virtxend/
/wpa_supplicant/

1
etc/sv/agetty-tty10/conf Symbolic link
View file

@ -0,0 +1 @@
../agetty-tty1/conf

1
etc/sv/agetty-tty10/finish Symbolic link
View file

@ -0,0 +1 @@
../agetty-generic/finish

1
etc/sv/agetty-tty10/run Symbolic link
View file

@ -0,0 +1 @@
../agetty-generic/run

View file

@ -0,0 +1 @@
/run/runit/supervise.agetty-tty10

1
etc/sv/agetty-tty7/conf Symbolic link
View file

@ -0,0 +1 @@
../agetty-tty1/conf

1
etc/sv/agetty-tty7/finish Symbolic link
View file

@ -0,0 +1 @@
../agetty-generic/finish

1
etc/sv/agetty-tty7/run Symbolic link
View file

@ -0,0 +1 @@
../agetty-generic/run

View file

@ -0,0 +1 @@
/run/runit/supervise.agetty-tty7

1
etc/sv/agetty-tty8/conf Symbolic link
View file

@ -0,0 +1 @@
../agetty-tty1/conf

1
etc/sv/agetty-tty8/finish Symbolic link
View file

@ -0,0 +1 @@
../agetty-generic/finish

1
etc/sv/agetty-tty8/run Symbolic link
View file

@ -0,0 +1 @@
../agetty-generic/run

View file

@ -0,0 +1 @@
/run/runit/supervise.agetty-tty8

1
etc/sv/agetty-tty9/conf Symbolic link
View file

@ -0,0 +1 @@
../agetty-tty1/conf

1
etc/sv/agetty-tty9/finish Symbolic link
View file

@ -0,0 +1 @@
../agetty-generic/finish

1
etc/sv/agetty-tty9/run Symbolic link
View file

@ -0,0 +1 @@
../agetty-generic/run

View file

@ -0,0 +1 @@
/run/runit/supervise.agetty-tty9

4
etc/sv/gpm-custom/run Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
exec 1>&2
#exec gpm -D -m /dev/input/mice -t imps2 -d 6 -a 4 -3
exec gpm -D -m /dev/input/mice -t imps2 -3

2
etc/sv/libvirt-generic/log/run Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
exec vlogger -t libvirt-generic -p daemon

View file

@ -0,0 +1 @@
/run/runit/supervise.libvirt-generic-log

11
etc/sv/libvirt-generic/run Executable file
View file

@ -0,0 +1,11 @@
#!/bin/sh
exec 2>&1
sv check dbus >/dev/null || exit 1
# Take daemon name from service name
daemon="${PWD##*/}"
[ -f ./conf ] && . ./conf
exec "$daemon" $OPTS 2>&1

View file

@ -0,0 +1 @@
/run/runit/supervise.libvirt-generic