mirror of
https://github.com/unraid/webgui.git
synced 2026-05-04 16:59:27 -05:00
rc.M: fix syslog reference
This commit is contained in:
+2
-2
@@ -45,8 +45,8 @@ fi
|
||||
/bin/dmesg -s 65536 > /var/log/dmesg
|
||||
|
||||
# Start the system logger.
|
||||
if [ -x /etc/rc.d/rc.rsyslog ]; then
|
||||
/etc/rc.d/rc.rsyslog start
|
||||
if [ -x /etc/rc.d/rc.rsyslogd ]; then
|
||||
/etc/rc.d/rc.rsyslogd start
|
||||
fi
|
||||
|
||||
# Update the X font indexes:
|
||||
|
||||
Reference in New Issue
Block a user