The startup parameter for netconfd-pro specifies
the full or relative filespec of the startup config
file to use. If present, the startup parameter
overrides the default startup config file name
'startup-cfg.xml'. This will also override the
YUMAPRO_DATAPATH environment variable
and the datapath CLI parameter, if the first
character is the forward slash '/', indicating an
absolute file path.
If the startup parameter is present, then the
--no-startup and --factory-startup parameters
cannot be present. This is the default, which
will cause startup-cfg.xml to be used if not
present.
The startup parameter can be invoked
via the command line:
user@system>netconfd-pro --startup=filespec
or configured in the /etc/yumapro/netconfd-pro.conf file:
#
# Selects the startup configuration file to use
# - To skip loading any startup file, and save to the default
# if needed, use 'no-startup'
# - To skip loading any startup file, and force the startup file
# to be the factory default, use 'factory-startup'
# - To use a specific startup file, use an absolute filespec
# - To use a specific startup file in the YUMAPRO_DATAPATH, use a relative
# filespec.
#
# startup startup-cfg.xml