diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-02-01 17:26:31 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-02-01 17:26:31 -0500 |
commit | c235e308a5f489caf7f6bb734bc78918a4134bdc (patch) | |
tree | 95f0d7c833da76a81e2531f9de089e5a1f69b04a /usr/local/etc/rc.d/dichroism | |
parent | 0781bed2bc4e5fe1fd0da7ea81e9e810433bc17f (diff) | |
parent | c2b8b817a80d7b8c8a756b5f099329d8e5bc1837 (diff) | |
download | theglassyladies-c235e308a5f489caf7f6bb734bc78918a4134bdc.tar.xz theglassyladies-c235e308a5f489caf7f6bb734bc78918a4134bdc.zip |
Merge branch 'master' of http://192.168.1.50:3000/macon-bastille/theglassyladies
Diffstat (limited to 'usr/local/etc/rc.d/dichroism')
-rw-r--r-- | usr/local/etc/rc.d/dichroism | 11 |
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" + |