mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
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="y" syncthing -home=$ADDON_HOME \
|
|
-gui-address="$gui_address" \
|
|
-logflags=0 \
|
|
-no-browser \
|
|
-no-restart \
|
|
&
|
|
|