9a8b5ccd06
daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb
15 lines
220 B
Bash
15 lines
220 B
Bash
#!/bin/ksh
|
|
#
|
|
# $OpenBSD: syncthing.rc,v 1.5 2018/01/11 19:27:08 rpe Exp $
|
|
|
|
daemon="${TRUEPREFIX}/bin/syncthing"
|
|
daemon_flags="-no-browser"
|
|
daemon_user="_syncthing"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_bg=YES
|
|
rc_reload=NO
|
|
|
|
rc_cmd $1
|