1ACCEL-CONFIG-LOAD()                                        ACCEL-CONFIG-LOAD()
2
3
4

NAME

6       accel-config-load-config - load pre-defined the configuration in json
7       format
8

SYNOPSIS

10       accel-config load-config [<options>]
11
12       Load and scan through the pre-defined configuration file in json
13       format, and set the configured attribute into corresponding component.
14
15       There is a sample config file at
16       /etc/accel-config/accel-config.conf.sample, and it can be used as a
17       reference for user about how the loadable config file looks like, but
18       it should not be used directly given the variance of each system. The
19       user should create a proper config file according to the format of
20       sample file and use "-c" option to point to the config file.
21

EXAMPLE

23           .ft C
24           # accel-config load-config
25           The command will load the default config file at
26           /etc/accel-config/accel-config.conf
27
28           # accel-config load-config -c <my_config.conf>
29           The command will load the specified config file
30           .ft
31
32

OPTIONS

34       -l, --log=
35           to set where to output the config’s notification
36
37       -c, --config-file
38           to specify the location of the customized config file
39
40
41
42                                                           ACCEL-CONFIG-LOAD()
Impressum