#!/bin/ksh
#
# $OpenBSD: motion.rc,v 1.3 2018/01/11 19:27:04 rpe Exp $

daemon="/usr/local/bin/motion -b"
daemon_user="_motion"

. /etc/rc.d/rc.subr

rc_pre() {
	install -d -o _motion /var/run/motion
}

rc_cmd $1
