-
wget https://github.com/SYHGroup/easy_systemd/raw/master/vncserver%40.service -O /etc/systemd/system/[email protected] systemctl enable [email protected] systemctl start [email protected]
TIPS:
1
represents for port number. -
wget https://github.com/SYHGroup/easy_systemd/raw/master/x0vncserver%40.service -O /etc/systemd/system/[email protected] systemctl enable [email protected] systemctl start [email protected]
TIPS:
5901
represents for port number. For lightdm only. -
wget https://github.com/SYHGroup/easy_systemd/raw/master/chinadns.service -O /etc/systemd/system/chinadns.service systemctl enable chinadns.service systemctl start chinadns.service
TIPS: For chinadns-c only.
-
wget https://github.com/SYHGroup/easy_systemd/raw/master/ssserver.service -O /etc/systemd/system/ssserver.service systemctl enable ssserver.service systemctl start ssserver.service
TIPS: For shadowsocks python version only.
-
wget https://github.com/SYHGroup/easy_systemd/raw/master/shadowsocks-server.service -O /etc/systemd/system/shadowsocks-server.service systemctl enable shadowsocks-server.service systemctl start shadowsocks-server.service
TIPS: For shadowsocks golang version only.
-
wget https://github.com/SYHGroup/easy_systemd/raw/master/go-shadowsocks2.service -O /etc/systemd/system/go-shadowsocks2.service systemctl enable go-shadowsocks2.service systemctl start go-shadowsocks2.service
TIPS: For shadowsocks golang version 2 only. You may need to manually edit configs in this systemd file.
-
wget https://github.com/SYHGroup/easy_systemd/raw/master/aria2.service -O /etc/systemd/user/aria2.service systemctl --user enable aria2.service systemctl --user start aria2.service
TIPS: For Aria2 rpc server only.