Files
LibreELEC.tv/packages/addons/service/syncthing/source/bin/syncthing-service
2020-05-03 00:12:33 +02: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="y" syncthing -home=$ADDON_HOME \
-gui-address="$gui_address" \
-logflags=0 \
-no-browser \
-no-restart \
&