summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/apmd
blob: 01f26d1caff26ddc59e431532e0a5d49df24edf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
#
# $NetBSD: apmd,v 1.3 2000/05/13 08:45:06 lukem Exp $
#

# PROVIDE: apmd
# REQUIRE: DAEMON

. /etc/rc.subr

name="apmd"
rcvar=$name
command="/usr/sbin/${name}"

load_rc_config $name
run_rc_command "$1"
OpenPOWER on IntegriCloud