STUNTMAN is an open source, high performance STUN server, implementation of the STUN protocol as specified in RFCs 5389, 5769, and 5780. It also includes backwards compatibility for RFC 3489.
14 lines
200 B
Bash
14 lines
200 B
Bash
#!/bin/sh
|
|
#
|
|
# $OpenBSD: stunserver.rc,v 1.1.1.1 2013/06/18 14:28:37 sthen Exp $
|
|
|
|
daemon="${TRUEPREFIX}/sbin/stunserver"
|
|
daemon_user="_stuntman"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_reload=NO
|
|
rc_bg=YES
|
|
|
|
rc_cmd $1
|