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