mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
bb1b12733e
Backport and squash the following commits from master:5790053ebnut: Add missing conffilesceff68837nut: Reorganize nut-server to clarify nut-driverf6a2a97d2nut: Use 'real' procd init for nut-monitor918a62f91nut: Make FSD really worka2f64b3banut: Reduce user error with POWERDOWNFLAG461393810nut: Use quotes around filenames1b6dbe7a7nut: Remove duplicate/extraneous lines0a49d0ffbnut: Fix checking for path before it exists3b5a8eee8nut: Various startup fixes for monitor and server44e57d4bdnut: Fix variables for NUT drivers36fd59dc7nut: Fix extraneous config_get192b0f164nut: Fix a typo in setting a driver parameterf48b060fanut: Fix upsd runs as root And bump PKG_RELEASE Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
25 lines
568 B
Plaintext
25 lines
568 B
Plaintext
#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
|