mirror of
https://github.com/skeeto/endlessh.git
synced 2024-05-19 06:49:58 +00:00
add rc.d script for openbsd
This commit is contained in:
9
util/openbsd/endlessh
Executable file
9
util/openbsd/endlessh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/ksh
|
||||
#
|
||||
|
||||
daemon="/usr/local/bin/endlessh"
|
||||
rc_bg=YES
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
rc_cmd $1
|
Reference in New Issue
Block a user