blob: e75fc8d13d53e0eb3ac4b531ded9860210a9dfc0 (
plain)
1
2
3
4
5
|
post_install() {
echo "You can use profiled systemd units to start/stop shadowsocks: (Profiles are placed under /etc/shadowsocks/*.json)"
echo "# systemctl start/stop shadowsocks[-server]@<conf-name>"
}
|