Server IP : 198.54.121.189 / Your IP : 216.73.216.140
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /usr/lib/dracut/modules.d/98syslog//module-setup.sh
#!/bin/bash
# called by dracut
check() {
# do not add this module by default
return 255
}
# called by dracut
depends() {
return 0
}
# called by dracut
install() {
local _i
local _installs
if find_binary rsyslogd >/dev/null; then
_installs="rsyslogd"
inst_libdir_file rsyslog/lmnet.so rsyslog/imklog.so rsyslog/imuxsock.so rsyslog/imjournal.so
elif find_binary syslogd >/dev/null; then
_installs="syslogd"
elif find_binary syslog-ng >/dev/null; then
_installs="syslog-ng"
else
derror "Could not find any syslog binary although the syslogmodule" \
"is selected to be installed. Please check."
fi
if [ -n "$_installs" ]; then
inst_multiple cat $_installs
inst_hook cmdline 90 "$moddir/parse-syslog-opts.sh"
inst_hook cleanup 99 "$moddir/syslog-cleanup.sh"
inst_hook initqueue/online 70 "$moddir/rsyslogd-start.sh"
inst_simple "$moddir/rsyslogd-stop.sh" /sbin/rsyslogd-stop
mkdir -m 0755 -p ${initdir}/etc/templates
inst_simple "${moddir}/rsyslog.conf" /etc/templates/rsyslog.conf
fi
dracut_need_initqueue
}
Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
.. | -- | April 06 2024 13:22:13 | root / root | 0755 | |
| | | | | |
README | 0.813 KB | April 06 2024 13:22:07 | root / root | 0644 | |
module-setup.sh | 1.142 KB | April 06 2024 13:22:07 | root / root | 0755 | |
parse-syslog-opts.sh | 1.127 KB | October 08 2018 13:38:33 | root / root | 0755 | |
rsyslog.conf | 0.801 KB | October 08 2018 13:38:33 | root / root | 0644 | |
rsyslogd-start.sh | 1.204 KB | October 08 2018 13:38:33 | root / root | 0755 | |
rsyslogd-stop.sh | 0.279 KB | October 08 2018 13:38:33 | root / root | 0755 | |
syslog-cleanup.sh | 0.397 KB | October 08 2018 13:38:33 | root / root | 0755 | |