View proxy.xinetd
service proxy | |
{ | |
type = UNLISTED | |
flags = REUSE | |
socket_type = stream | |
protocol = tcp | |
port = 80 | |
wait = no | |
user = root | |
redirect = 127.0.0.1 8080 |
View autosshd
#!/bin/bash | |
# | |
# autosshd This script starts and stops the autossh daemon | |
# | |
# chkconfig: 2345 95 15 | |
# processname: autosshd | |
# description: autosshd is the autossh daemon. | |
# Source function library. | |
. /etc/rc.d/init.d/functions |