diff options
author | June McEnroe <june@causal.agency> | 2023-10-08 15:38:04 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2023-10-08 15:38:04 -0400 |
commit | 02b69fbe4f74c0faa0f09cc762762f3c34149201 (patch) | |
tree | c56c1ef606f4005e05c864c20f4a92c22c9c894b /rc_script.in | |
parent | Don't treat SIGHUP specially (diff) | |
download | kitd-02b69fbe4f74c0faa0f09cc762762f3c34149201.tar.gz kitd-02b69fbe4f74c0faa0f09cc762762f3c34149201.zip |
Clean things up somewhat
Diffstat (limited to 'rc_script.in')
-rw-r--r-- | rc_script.in | 9 |
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 |