Update configs for Phil.
This commit is contained in:
parent
f4a8693bfa
commit
98737ad12d
33 changed files with 455 additions and 201 deletions
59
etc/sv/.gitignore
vendored
59
etc/sv/.gitignore
vendored
|
|
@ -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/
|
||||
|
|
|
|||
6
etc/sv/gpm-custom/supervise/.gitignore
vendored
Normal file
6
etc/sv/gpm-custom/supervise/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/control
|
||||
/lock
|
||||
/ok
|
||||
/pid
|
||||
/stat
|
||||
/status
|
||||
2
etc/sv/syslogd/log/run
Executable file
2
etc/sv/syslogd/log/run
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec vlogger -t syslogd -p syslog.err
|
||||
6
etc/sv/syslogd/log/supervise/.gitignore
vendored
Normal file
6
etc/sv/syslogd/log/supervise/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/control
|
||||
/lock
|
||||
/ok
|
||||
/pid
|
||||
/stat
|
||||
/status
|
||||
4
etc/sv/syslogd/run
Executable file
4
etc/sv/syslogd/run
Executable 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
6
etc/sv/syslogd/supervise/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/control
|
||||
/lock
|
||||
/ok
|
||||
/pid
|
||||
/stat
|
||||
/status
|
||||
Loading…
Add table
Add a link
Reference in a new issue