Skip to content

Instantly share code, notes, and snippets.

@xsharp
Created June 9, 2015 02:30
Show Gist options
  • Save xsharp/aa1e95840944706628fb to your computer and use it in GitHub Desktop.
Save xsharp/aa1e95840944706628fb to your computer and use it in GitHub Desktop.
Install shadowsocks-libev as debian service from github source
git clone https://github.com/shadowsocks/shadowsocks-libev.git
cd shadowsocks-libev
sudo apt-get install build-essential autoconf libtool libssl-dev
./configure && make
make install
mkdir /etc/shadowsocks-libev
cp ./debian/shadowsocks-libev.init /etc/init.d/shadowsocks-libev
cp ./debian/shadowsocks-libev.default /etc/defaut/shadowsocks-libev
cp ./debian/config.json /etc/shadowsocks-libev
systemctl enable shadowsocks-libev
/etc/init.d/shadowsocks-libev start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment