Update chuckie branch for new services/configs.
This commit is contained in:
parent
84ac6c69e2
commit
f52e089094
42 changed files with 3799 additions and 15 deletions
47
etc/sv/.gitignore
vendored
Normal file
47
etc/sv/.gitignore
vendored
Normal file
|
@ -0,0 +1,47 @@
|
|||
/acpid/
|
||||
/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
|
||||
/dcron/
|
||||
/dhcpcd/
|
||||
/dhcpcd-eth0/
|
||||
/dmeventd/
|
||||
/espeakup/
|
||||
/ip6tables/
|
||||
/iptables/
|
||||
/isc-ntpd/
|
||||
/lvmetad/
|
||||
/mdadm/
|
||||
/nfs-server/
|
||||
/ntpd
|
||||
/php-fpm8.2/
|
||||
/rpcbind/
|
||||
/rpcblkmapd/
|
||||
/rpcgssd/
|
||||
/rpcidmapd/
|
||||
/rpcsvcgssd/
|
||||
/rsyncd/
|
||||
/sshd/
|
||||
/statd/
|
||||
/sulogin/
|
||||
/udevd/
|
||||
/uuidd/
|
||||
/vmtoolsd/
|
||||
/vmware-vmblock-fuse/
|
||||
/wpa_supplicant/
|
1
etc/sv/syslogd/.gitignore
vendored
Normal file
1
etc/sv/syslogd/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/supervise/
|
1
etc/sv/syslogd/log/.gitignore
vendored
Normal file
1
etc/sv/syslogd/log/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/supervise/
|
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
|
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[@]}"
|
Loading…
Add table
Add a link
Reference in a new issue