From 923a0c35ff2cc4bef05f9fc7f029932735a3a78c Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sun, 31 Jan 2021 14:13:33 -0500 Subject: updated runtime files, added rc.d script for dichroism --- usr/local/etc/rc.d/dichroism | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 usr/local/etc/rc.d/dichroism (limited to 'usr/local/etc/rc.d') 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" + -- cgit v1.2.3