Clarify udev explanation (Closes: #529664)
This commit is contained in:
parent
bd91941eb2
commit
0d4527e4ff
2 changed files with 7 additions and 4 deletions
10
debian/nut-server.README.Debian
vendored
10
debian/nut-server.README.Debian
vendored
|
|
@ -70,15 +70,17 @@ MODE. If you are running in "netclient" MODE, jump directly to section 6.
|
|||
This is not done by default for security reason on Debian, but is applied
|
||||
on Ubuntu.
|
||||
|
||||
b) Another solution, for system supporting udev, is to create a file
|
||||
(for example /etc/udev/rules.d/92-nut-serialups.rules), placed
|
||||
after 91-permissions.rules and to add something like:
|
||||
b) Another solution, for system supporting udev, is to create a file,
|
||||
For example /etc/udev/rules.d/92-nut-serialups.rules. It will
|
||||
be used after /lib/udev/rules.d/91-permissions.rules, and
|
||||
contains something like:
|
||||
|
||||
KERNEL=="ttyS1", GROUP="nut"
|
||||
|
||||
where 'ttyS1' has to be replaced by the exact name of your serial port.
|
||||
|
||||
For USB devices, permissions are automatically set by the
|
||||
52-nut-usbups.rules udev rules file.
|
||||
/lib/udev/rules.d/52-nut-usbups.rules udev rules file.
|
||||
|
||||
(4) /etc/nut/upsd.conf (see 'man 5 upsd.conf' for more information)
|
||||
the default /etc/nut/upsd.conf is fine for a "standalone" configuration.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue