Imported Upstream version 2.6.4
This commit is contained in:
parent
fad6ced6f6
commit
fefe62b2bd
257 changed files with 6020 additions and 1394 deletions
|
|
@ -19,6 +19,14 @@ Blank lines are ignored. Lines with a hash ('#') character at the
|
|||
1st position of the line are ignored, too. They can be used to add
|
||||
comments.
|
||||
|
||||
IMPORTANT NOTE
|
||||
--------------
|
||||
|
||||
This file is intended to be sourced by shell scripts.
|
||||
You MUST NOT use spaces around the equal sign!
|
||||
|
||||
Refer to the EXAMPLE section for illustrations.
|
||||
|
||||
DIRECTIVES
|
||||
----------
|
||||
|
||||
|
|
@ -76,13 +84,13 @@ EXAMPLE
|
|||
|
||||
# /etc/nut/nut.conf. See nut.conf(5)
|
||||
|
||||
MODE = none
|
||||
MODE=none
|
||||
|
||||
UPSD_OPTIONS = ""
|
||||
UPSD_OPTIONS=""
|
||||
|
||||
UPSMON_OPTIONS = ""
|
||||
UPSMON_OPTIONS=""
|
||||
|
||||
# POWEROFF_WAIT = 15m
|
||||
# POWEROFF_WAIT=15m
|
||||
|
||||
INTEGRATION
|
||||
-----------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue