summaryrefslogtreecommitdiff
path: root/usr/local/etc/rc.d/dichroism
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/etc/rc.d/dichroism')
-rw-r--r--usr/local/etc/rc.d/dichroism11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr/local/etc/rc.d/dichroism b/usr/local/etc/rc.d/dichroism
new file mode 100644
index 0000000..fba6f7c
--- /dev/null
+++ b/usr/local/etc/rc.d/dichroism
@@ -0,0 +1,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"
+