From 0dbd9dd3437031b9ec512825e97e13261a32b5a1 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Thu, 29 May 2014 12:07:20 +0800 Subject: [PATCH] Fix service shadowsocks does not support chkconfig problem --- shadowsocks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowsocks b/shadowsocks index c3c4af6..582e356 100644 --- a/shadowsocks +++ b/shadowsocks @@ -1,5 +1,5 @@ #!/bin/sh -# chkconfig: 2345 +# chkconfig: 2345 90 10 # description: Start or stop the Shadowsocks server # ### BEGIN INIT INFO