mirror of
https://github.com/skeeto/endlessh.git
synced 2025-12-08 14:13:23 +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