Clarify the different between the common nut-driver portions of nut-server and the nut-server (upsd) proper. nut-driver can't be used without nut-server so there is no compelling reason to split into a separate package, but the reorganization makes such a move easier and makes it clear what each bit is for. While we continue to use a single initscript, it's a properly procdified one which handles the upsd daemon as a different instance than the driver instances. This resolves a race condition in which upsd and drivers fail to start do to a degree of interdepedence. Also properly 'procd'ifies the nut-server initscript. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
24 lines
568 B
Text
24 lines
568 B
Text
#config driver 'upsname'
|
|
# option driver usbhid-ups
|
|
# option port auto
|
|
# option other other-value
|
|
# option runas root
|
|
|
|
#config user
|
|
# option username upsuser
|
|
# option password upspassword
|
|
# option actions optional-action
|
|
# list instcmd optional-instant-command
|
|
# option upsmon slave|master
|
|
|
|
#config listen_address
|
|
# option address ::1
|
|
# option port 3493
|
|
|
|
#config upsd 'upsd'
|
|
# option maxage 15
|
|
# option statepath /var/run/nut
|
|
# option maxconn 1024
|
|
# option runas nut
|
|
# NB: certificates only apply to SSL-enabled version
|
|
# option certfile /usr/local/etc/upsd.pem
|