about summary refs log tree commit diff
path: root/rc_script.in
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2023-10-08 15:38:04 -0400
committerJune McEnroe <june@causal.agency>2023-10-08 15:38:04 -0400
commit02b69fbe4f74c0faa0f09cc762762f3c34149201 (patch)
treec56c1ef606f4005e05c864c20f4a92c22c9c894b /rc_script.in
parentDon't treat SIGHUP specially (diff)
downloadkitd-02b69fbe4f74c0faa0f09cc762762f3c34149201.tar.gz
kitd-02b69fbe4f74c0faa0f09cc762762f3c34149201.zip
Clean things up somewhat
Diffstat (limited to 'rc_script.in')
-rw-r--r--rc_script.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/rc_script.in b/rc_script.in
new file mode 100644
index 0000000..b18db96
--- /dev/null
+++ b/rc_script.in
@@ -0,0 +1,9 @@
+#!/bin/ksh
+
+daemon="%%PREFIX%%/sbin/kitd -n ${0##*/}"
+
+. /etc/rc.d/rc.subr
+
+pexp="kitd: ${0##*/}"
+
+rc_cmd $1