mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user