xref: /dragonfly/etc/rc.d/powerd (revision d4ef6694)
1#!/bin/sh
2#
3
4# PROVIDE: powerd
5# REQUIRE: DAEMON
6# BEFORE:  LOGIN
7
8. /etc/rc.subr
9
10name=powerd
11rcvar=`set_rcvar`
12command="/usr/sbin/${name}"
13required_files=""
14load_rc_config $name
15run_rc_command "$1"
16