syncthing: add specific USERID
Instead of randomly adding a UID this follows the Gentoo numbering and uses 499. Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
parent
502b667505
commit
0dfa53bfba
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ define Package/syncthing
|
|||
DEPENDS:=$(GO_ARCH_DEPENDS)
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
USERID:=syncthing:syncthing
|
||||
USERID:=syncthing=499:syncthing=499
|
||||
endef
|
||||
|
||||
define Package/syncthing/conffiles
|
||||
|
|
Loading…
Reference in a new issue