Created
June 9, 2015 02:30
-
-
Save xsharp/aa1e95840944706628fb to your computer and use it in GitHub Desktop.
Install shadowsocks-libev as debian service from github source
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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