#!/bin/sh
# PROVIDE: DAEMON
# REQUIRE: machine_identity

. /etc/rc.subr

name=daemon
start_cmd=:
stop_cmd=:

run_rc_command "$1"
