Skip to content

Commit

Permalink
post-install script: add a usage
Browse files Browse the repository at this point in the history
  • Loading branch information
YihaoPeng committed May 11, 2018
1 parent 2879eb4 commit c979061
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install/debian-control/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ echo "* Stop btcagent:"
echo " supervisorctl stop btcagent"
echo "* Show logs:"
echo " tail -F /var/log/btcagent/*INFO"
echo "* Show service status:"
echo " supervisorctl status"
echo "* Count connections:"
echo " netstat -antp | grep btcagent"

0 comments on commit c979061

Please sign in to comment.