1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-22 18:36:21 +00:00
Lakka-LibreELEC/packages/addons/service/syncthing/source/bin/syncthing-service
heitbaum 9e97606f6a syncthing: update to 1.15.1
update 1.14.0 (2021-03-03) to 1.15.1 (2021-04-06)
release notes: https://github.com/syncthing/syncthing/releases/tag/v1.15.1
2021-04-09 10:10:08 +00:00

16 lines
515 B
Bash

#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
. /etc/profile
oe_setup_addon service.system.syncthing
STNODEFAULTFOLDER="1" syncthing -home=$ADDON_HOME \
-gui-address="$gui_address" \
-logflags=0 \
-no-browser \
-no-restart \
&