#
# Main configuration file for init script resources
#
# This is sourced from a Bourne shell script

# Model name to be shown in multiple places
rc_model="IS-SPX-1000"

# The prefix for the hostname (the serial number is appended)
rc_host_prefix="spx-"

# The default timezone (relative path under /usr/share/zoneinfo/)
rc_default_tz="America/Chicago"

# The action for init to take when processing the ctrl-alt-del signal
# ("reboot" or "poweroff", "reboot" is default when not set)
rc_ctrlaltdel_mode="reboot"
