summaryrefslogtreecommitdiff
path: root/usr/local/etc/rc.d/dichroism
blob: fba6f7c1e7b1e249ada1901be1770f3a8a1958d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

. /etc/rc.subr

name="dichroism"
rcvar="${name}_enable"
command="/usr/local/bin/${name}"
start_cmd="cd /var/db/theglassyladies; ${command}"
load_rc_config $name
run_rc_command "$1"