Update script
This commit is contained in:
parent
41506b47d6
commit
ee24e82194
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
# chkconfig: 2345 90 10
|
# chkconfig: 2345 90 10
|
||||||
# description: Start or stop the Shadowsocks server
|
# description: Start or stop the Shadowsocks server
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: shadowsocks
|
# Provides: shadowsocks
|
||||||
# Required-Start: $network $local_fs $remote_fs
|
# Required-Start: $network $local_fs $remote_fs
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
# chkconfig: 2345 90 10
|
# chkconfig: 2345 90 10
|
||||||
# description: start or stop the ShadowsocksR server
|
# description: start or stop the ShadowsocksR server
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: ShadowsocksR
|
# Provides: ShadowsocksR
|
||||||
# Required-Start: $network $local_fs $remote_fs
|
# Required-Start: $network $local_fs $remote_fs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user