mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
By popular acclaim, enable "Starting foo:" messages by default
This commit is contained in:
parent
d23dc1ee5f
commit
e52df452d1
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
rc_debug="NO" # Set to YES to enable debugging output from rc.d
|
||||
rc_info="NO" # Enables display of informational messages at boot.
|
||||
rc_startmsgs="NO" # Show "Starting foo:" messages at boot
|
||||
rc_startmsgs="YES" # Show "Starting foo:" messages at boot
|
||||
rcshutdown_timeout="30" # Seconds to wait before terminating rc.shutdown
|
||||
early_late_divider="FILESYSTEMS" # Script that separates early/late
|
||||
# stages of the boot process. Make sure you know
|
||||
|
|
|
|||
Loading…
Reference in a new issue