Update configs for Phil.
This commit is contained in:
parent
f4a8693bfa
commit
98737ad12d
33 changed files with 455 additions and 201 deletions
1
etc/runit/.gitignore
vendored
1
etc/runit/.gitignore
vendored
|
|
@ -6,5 +6,4 @@
|
|||
/ctrlaltdel
|
||||
/functions
|
||||
/reboot
|
||||
/shutdown.d/
|
||||
/stopit
|
||||
|
|
|
|||
21
etc/runit/runsvdir/default/.gitignore
vendored
21
etc/runit/runsvdir/default/.gitignore
vendored
|
|
@ -1,19 +1,10 @@
|
|||
/acpid
|
||||
/agetty-*
|
||||
!/agetty-tty7
|
||||
!/agetty-tty8
|
||||
!/agetty-tty9
|
||||
!/agetty-tty10
|
||||
/alsa
|
||||
/cupsd
|
||||
/dbus
|
||||
/agetty-tty1
|
||||
/agetty-tty2
|
||||
/agetty-tty3
|
||||
/agetty-tty4
|
||||
/agetty-tty5
|
||||
/agetty-tty6
|
||||
/dhcpcd
|
||||
/gpm-custom
|
||||
/lxdm
|
||||
/nanoklogd
|
||||
/polkitd
|
||||
/rtkit
|
||||
/socklog-unix
|
||||
/sshd
|
||||
/udevd
|
||||
/uuidd
|
||||
|
|
|
|||
1
etc/runit/runsvdir/default/gpm-custom
Symbolic link
1
etc/runit/runsvdir/default/gpm-custom
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/etc/sv/gpm-custom
|
||||
1
etc/runit/runsvdir/default/ip6tables
Symbolic link
1
etc/runit/runsvdir/default/ip6tables
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/etc/sv/ip6tables
|
||||
1
etc/runit/runsvdir/default/iptables
Symbolic link
1
etc/runit/runsvdir/default/iptables
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/etc/sv/iptables
|
||||
9
etc/runit/shutdown.d/.gitignore
vendored
Normal file
9
etc/runit/shutdown.d/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/10-sv-stop.sh
|
||||
/20-rc-shutdown.sh
|
||||
/30-seedrng.sh
|
||||
/40-hwclock.sh
|
||||
/50-wtmp.sh
|
||||
/60-udev.sh
|
||||
/70-pkill.sh
|
||||
/80-filesystems.sh
|
||||
/90-kexec.sh
|
||||
1
etc/runit/shutdown.d/00-rc-shutdown.sh
Normal file
1
etc/runit/shutdown.d/00-rc-shutdown.sh
Normal file
|
|
@ -0,0 +1 @@
|
|||
[ -x /etc/rc.shutdown ] && /etc/rc.shutdown
|
||||
Loading…
Add table
Add a link
Reference in a new issue