aboutsummaryrefslogtreecommitdiff
path: root/utils/syncthing/files/syncthing.init
Commit message (Collapse)AuthorAge
* syncthing: fix wrong group name in syncthing.initXiang W2024-01-02
| | | | | | | | | 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>
* syncthing: fix duplicate command line parameters on serviceEric Fahlgren2023-12-04
| | | | | | - This patch fixes 9d17ba1 and #22760 Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
* syncthing: add stdiscosrv and strelaysrvVan Waholtz2022-11-04
Signed-off-by: Van Waholtz <brvphoenix@gmail.com>