Man page - accel-config-load-config(1)
Packages contas this manual
- accel-config-config-engine(1)
- accel-config-config-device(1)
- accel-config-config-wq(1)
- accel-config-disable-device(1)
- accel-config-config-group(1)
- accel-config-disable-wq(1)
- accel-config-save-config(1)
- accel-config(1)
- accel-config-list(1)
- accel-config-load-config(1)
- accel-config-config-user-default(1)
- accel-config-enable-wq(1)
- accel-config-enable-device(1)
apt-get install accel-config
Manual
| ACCEL-CONFIG LOAD-(1) | accfg Manual | ACCEL-CONFIG LOAD-(1) |
NAME
accel-config-load-config - load pre-defined the configuration in json format
SYNOPSIS
accel-config load-config [<options>]
Load and scan through the pre-defined configuration file in json format, and set the configured attribute into corresponding component.
There is a sample config file at /etc/accel-config/accel-config.conf.sample, and it can be used as a reference for user about how the loadable config file looks like, but it should not be used directly given the variance of each system. The user should create a proper config file according to the format of sample file and use "-c" option to point to the config file.
The "dev" property is used as the key for each json object and must be the first entry in each object block.
Note: This feature is intended to be used with a configuration that was previously saved using the save-config command. Manual editing of the configuration file can produce unexpected results.
EXAMPLE
.ft C # accel-config load-config The command will load the default config file at /etc/accel-config/accel-config.conf # accel-config load-config -c <my_config.conf> The command will load the specified config file .ft
OPTIONS
-l, --log=
-c, --config-file
-e, --enable
-f, --forced
| 07/31/2024 | accfg 4.1.8+ |