Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
teddysun committed Sep 17, 2016
1 parent b3a5980 commit 78ff192
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 23 deletions.
15 changes: 8 additions & 7 deletions shadowsocks
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
#!/bin/bash
# chkconfig: 2345 90 10
# description: Start or stop the Shadowsocks server
# description: A secure socks5 proxy, designed to protect your Internet traffic.

### BEGIN INIT INFO
# Provides: Shadowsocks
# Required-Start: $network $syslog
# Required-Stop: $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Description: Start or stop the Shadowsocks server
# Provides: Shadowsocks
# Required-Start: $network $syslog
# Required-Stop: $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Fast tunnel proxy that helps you bypass firewalls
# Description: Start or stop the Shadowsocks server
### END INIT INFO

# Author: Teddysun <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions shadowsocks-debian
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/bin/bash

### BEGIN INIT INFO
# Provides: shadowsocks
# Provides: Shadowsocks
# Required-Start: $network $local_fs $remote_fs
# Required-Stop: $network $local_fs $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Fast tunnel proxy that helps you bypass firewalls
# Description: A secure socks5 proxy, designed to protect your Internet traffic.
# Description: Start or stop the Shadowsocks server
### END INIT INFO

# Author: Teddysun <[email protected]>
Expand Down
5 changes: 3 additions & 2 deletions shadowsocks-go
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
#!/bin/bash
# chkconfig: 2345 90 10
# description: A secure socks5 proxy, designed to protect your Internet traffic.

### BEGIN INIT INFO
# chkconfig: 2345 90 10
# Provides: Shadowsocks-go
# Required-Start: $network $syslog
# Required-Stop: $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Fast tunnel proxy that helps you bypass firewalls
# Description: A secure socks5 proxy, designed to protect your Internet traffic.
# Description: Start or stop the Shadowsocks-go server
### END INIT INFO

# Author: Teddysun <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion shadowsocks-go-debian
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Fast tunnel proxy that helps you bypass firewalls
# Description: A secure socks5 proxy, designed to protect your Internet traffic.
# Description: Start or stop the Shadowsocks-go server
### END INIT INFO

# Author: Teddysun <[email protected]>
Expand Down
5 changes: 3 additions & 2 deletions shadowsocks-libev
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
#!/bin/bash
# chkconfig: 2345 90 10
# description: A secure socks5 proxy, designed to protect your Internet traffic.

### BEGIN INIT INFO
# chkconfig: 2345 90 10
# Provides: Shadowsocks-libev
# Required-Start: $network $syslog
# Required-Stop: $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Fast tunnel proxy that helps you bypass firewalls
# Description: A secure socks5 proxy, designed to protect your Internet traffic.
# Description: Start or stop the Shadowsocks-libev server
### END INIT INFO

# Author: Teddysun <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion shadowsocks-libev-debian
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Fast tunnel proxy that helps you bypass firewalls
# Description: A secure socks5 proxy, designed to protect your Internet traffic.
# Description: Start or stop the Shadowsocks-libev server
### END INIT INFO

# Author: Teddysun <[email protected]>
Expand Down
15 changes: 8 additions & 7 deletions shadowsocksR
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
#!/bin/bash
# chkconfig: 2345 90 10
# description: start or stop the ShadowsocksR server
# description: A secure socks5 proxy, designed to protect your Internet traffic.

### BEGIN INIT INFO
# Provides: ShadowsocksR
# Required-Start: $network $syslog
# Required-Stop: $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Description: Start or stop the ShadowsocksR server
# Provides: ShadowsocksR
# Required-Start: $network $syslog
# Required-Stop: $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Fast tunnel proxy that helps you bypass firewalls
# Description: Start or stop the ShadowsocksR server
### END INIT INFO

# Author: Teddysun <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion shadowsocksR-debian
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Fast tunnel proxy that helps you bypass firewalls
# Description: A secure socks5 proxy, designed to protect your Internet traffic.
# Description: Start or stop the ShadowsocksR server
### END INIT INFO

# Author: Teddysun <[email protected]>
Expand Down

0 comments on commit 78ff192

Please sign in to comment.