Fix a spell problem
This commit is contained in:
parent
99fed4ad51
commit
c35db3b760
|
|
@ -4,7 +4,7 @@
|
||||||
#====================================================================
|
#====================================================================
|
||||||
# Run level information:
|
# Run level information:
|
||||||
# chkconfig: 2345 99 99
|
# chkconfig: 2345 99 99
|
||||||
# Description: lightweight secured scoks5 proxy
|
# Description: lightweight secured socks5 proxy
|
||||||
# processname: shadowsocks-server
|
# processname: shadowsocks-server
|
||||||
# Run "/sbin/chkconfig --add shadowsocks" to add the Run levels.
|
# Run "/sbin/chkconfig --add shadowsocks" to add the Run levels.
|
||||||
#====================================================================
|
#====================================================================
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,13 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# Script to run Shadowsocks in daemon mode at boot time.
|
# Script to run Shadowsocks in daemon mode at boot time.
|
||||||
# ScriptAuthor: icyboy
|
# Revision 1.0
|
||||||
# Revision 1.0 - 14th Sep 2013
|
|
||||||
#====================================================================
|
#====================================================================
|
||||||
# Run level information:
|
# Run level information:
|
||||||
# chkconfig: 2345 99 99
|
# chkconfig: 2345 99 99
|
||||||
# Description: lightweight secured scoks5 proxy
|
# Description: lightweight secured socks5 proxy
|
||||||
# processname: ss-server
|
# processname: ss-server
|
||||||
# Author: Max Lv <max.c.lv@gmail.com>;
|
# Author: Teddysun <i@teddysun.com>
|
||||||
# Run "/sbin/chkconfig --add shadowsocks" to add the Run levels.
|
# Run "/sbin/chkconfig --add shadowsocks" to add the Run levels.
|
||||||
#====================================================================
|
#====================================================================
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user