Fix a spell problem

This commit is contained in:
Teddysun 2015-01-17 18:30:07 +08:00
parent 99fed4ad51
commit c35db3b760
2 changed files with 4 additions and 5 deletions

View File

@ -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.
#==================================================================== #====================================================================

View File

@ -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.
#==================================================================== #====================================================================