summaryrefslogtreecommitdiff
path: root/init.d/syncthing
blob: b77fb090cdc41007386d3d7ae5ba2c54be432dfb (plain)
1
2
3
4
5
6
7
8
#!/sbin/openrc-run
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

command=/usr/bin/syncthing
command_background="true"
pidfile=${XDG_RUNTIME_DIR:-${SVCDIR}}/emacs.pid
description="Syncthing"