mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-02-12 11:38:10 +00:00
16 lines
310 B
Bash
16 lines
310 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 \
|
|
&
|