rc.d: Add mounttmpfs to support tmpfs at /var/run and /tmp
[dragonfly.git] / etc / rc.d / powerd
1 #!/bin/sh
2 #
3
4 # PROVIDE: powerd
5 # REQUIRE: DAEMON
6 # BEFORE:  LOGIN
7
8 . /etc/rc.subr
9
10 name=powerd
11 rcvar=`set_rcvar`
12 command="/usr/sbin/${name}"
13 required_files=""
14 load_rc_config $name
15 run_rc_command "$1"