Configuring s2p with command line options can sometimes result in having to specify a lot of options. Configuring s2p settings in a property file (default ~/.config/s2p.properties) can simplify a setup and avoids long command lines.
A single property shall be set with the new -c KEY=VALUE option.
Command line settings shall override the respective properties file settings.
The remote interface shall be extended to return the effective property settings at the time s2p was launched.
s2pctl shall display the startup properties with the new "-q" option and as part of the server settings ("-s").
Configuring s2p with command line options can sometimes result in having to specify a lot of options. Configuring s2p settings in a property file (default ~/.config/s2p.properties) can simplify a setup and avoids long command lines. A single property shall be set with the new -c KEY=VALUE option. Command line settings shall override the respective properties file settings.
The remote interface shall be extended to return the effective property settings at the time s2p was launched.
s2pctl shall display the startup properties with the new "-q" option and as part of the server settings ("-s").
See https://www.scsi2pi.net/en/properties.html for an up to date list of supported properties and their respective command line options. Also see #14.