1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-26 17:47:55 +02:00
openwrt-packages/utils/syncthing
Xiang W ed41a9d850 syncthing: fix wrong group name in syncthing.init
The group does not always have the same name as user, and when I try
to run syncthing with nobody I get an error. Since nobody belongs to
the group nogroup, I added some code to find out which group user
belongs to.

Signed-off-by: Xiang W <wxjstz@126.com>
2024-01-02 15:25:19 -08:00
..
files syncthing: fix wrong group name in syncthing.init 2024-01-02 15:25:19 -08:00
Makefile syncthing: fix wrong group name in syncthing.init 2024-01-02 15:25:19 -08:00
test.sh