gentoo-ebuilds/net-p2p/syncthing/files/syncthing.initd-user
Alfred Wingate 64e0e2fa9e
net-p2p/syncthing: add 2.0.6
* 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>
2025-09-08 09:10:21 +02:00

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"