mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-21 02:42:18 +00:00
* Major release with major changes. https://github.com/syncthing/syncthing/blob/v2.0.6/relnotes/v2.0.md * Add user service file for openrc. * Verify-sig support. * Use ego (and go-env transitively). Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43667 Closes: https://github.com/gentoo/gentoo/pull/43667 Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
7 lines
251 B
Text
7 lines
251 B
Text
#!/sbin/openrc-run
|
|
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License, v2 or later
|
|
|
|
supervisor=supervise-daemon
|
|
command="/usr/bin/syncthing"
|
|
command_args="serve --no-browser --no-restart --logflags=0"
|