From 78332239498eb6db4ee9b17e0a94fcf7200b195b Mon Sep 17 00:00:00 2001 From: hdid Date: Mon, 17 Nov 2014 13:52:59 +0330 Subject: [PATCH] Update shadowsocks-libev.init the server did not start because init script had not edited correctly --- debian/shadowsocks-libev.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/shadowsocks-libev.init b/debian/shadowsocks-libev.init index 29322534..aee5d3a8 100644 --- a/debian/shadowsocks-libev.init +++ b/debian/shadowsocks-libev.init @@ -15,8 +15,8 @@ # PATH should only include /usr/ if it runs after the mountnfs.sh script PATH=/sbin:/usr/sbin:/bin:/usr/bin -DESC=shadowsocks # Introduce a short description here -NAME=shadowsocks # Introduce the short server's name here +DESC=shadowsocks-libev # Introduce a short description here +NAME=shadowsocks-libev # Introduce the short server's name here DAEMON=/usr/bin/ss-server # Introduce the server's location here DAEMON_ARGS="" # Arguments to run the daemon with PIDFILE=/var/run/$NAME/$NAME.pid