Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 589774
Collapse All | Expand All

(-)/etc/init.d/syncthing (-1 / +1 lines)
Lines 12-18 Link Here
12
12
13
description="Syncthing is an open, trustworthy and decentralized cloud storage system"
13
description="Syncthing is an open, trustworthy and decentralized cloud storage system"
14
command="/usr/bin/syncthing"
14
command="/usr/bin/syncthing"
15
command_args="-no-browser -home=${SYNCTHING_HOMEDIR} ${SYNCTHING_OPTS}"
15
command_args="-no-browser -home=${SYNCTHING_HOMEDIR}/.config ${SYNCTHING_OPTS}"
16
pidfile="/run/syncthing.pid"
16
pidfile="/run/syncthing.pid"
17
start_stop_daemon_args="--background \
17
start_stop_daemon_args="--background \
18
  --user ${SYNCTHING_USER} \
18
  --user ${SYNCTHING_USER} \

Return to bug 589774