Browse Source

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>
lilik-openwrt-22.03
Paul Spooren 4 years ago
parent
commit
0dfa53bfba
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/syncthing/Makefile

+ 1
- 1
utils/syncthing/Makefile View File

@ -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…
Cancel
Save