blob: eaed71f0cfdae2aa7cba04a99a4f83ac7043db99 (
plain)
1
2
3
4
5
6
|
post_install() {
echo \
":: The app WILL listen at 0.0.0.0:8080 by default.
:: You need to enable/start the service in order to run \"statping\", e.g.:
systemctl enable --now statpingd.service"
}
|