blob: 246cb01bec6ec00406a6f41f5bf433a394d3ff1b (
plain)
1
2
3
4
5
6
7
|
#!/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"
|