mirror of
https://github.com/skeeto/endlessh.git
synced 2025-12-10 15:05:35 +00:00
10 lines
89 B
Bash
Executable File
10 lines
89 B
Bash
Executable File
#!/bin/ksh
|
|
#
|
|
|
|
daemon="/usr/local/bin/endlessh"
|
|
rc_bg=YES
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_cmd $1
|