mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 18:36:21 +00:00
9e97606f6a
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
16 lines
515 B
Bash
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 \
|
|
&
|
|
|