nut: Use diff non-privileged user for upsmon

By default use a non-privileged user that is different than
the server or driver (when they are running non-privileged).
This is recommended by upstream.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
This commit is contained in:
Daniel F. Dickinson
2018-08-27 16:16:12 -04:00
parent 56c1bc51a9
commit cf446c7c47
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ define Package/nut-upsmon
$(call Package/nut/Default)
TITLE+= (monitor)
DEPENDS:=nut +nut-common
USERID:=nut=113:nut=113
USERID:=nutmon=114:nutmon=114
endef
define Package/nut-upsmon/description