mirror of
https://github.com/springzfx/cgproxy.git
synced 2026-01-07 13:07:56 +08:00
9 lines
118 B
Bash
9 lines
118 B
Bash
#!/bin/sh
|
|
|
|
post_install(){
|
|
cat <<'DOC'
|
|
to start service:
|
|
systemctl enable --now cgproxy.service
|
|
DOC
|
|
}
|