xref: /dragonfly/etc/rc.d/bthcid (revision 82730a9c)
1#!/bin/sh
2#
3# $NetBSD: bthcid,v 1.1 2006/06/19 15:44:36 gdamore Exp $
4# $DragonFly: src/etc/rc.d/bthcid,v 1.1 2008/01/30 14:10:19 hasso Exp $
5
6# PROVIDE: bthcid
7# REQUIRE: bluetooth
8# BEFORE: LOGIN
9
10$rc_subr_loaded . /etc/rc.subr
11
12name="bthcid"
13rcvar=$name
14
15command="/usr/sbin/${name}"
16pidfile="/var/run/${name}.pid"
17
18load_rc_config $name
19run_rc_command "$1"
20