#!/bin/ksh

daemon="/usr/local/bin/restic-rest-server"
daemon_flags="--path /var/restic"
daemon_user="_restic"

. /etc/rc.d/rc.subr

rc_bg=YES

rc_cmd $1
