From c97906196d7706e594c93be3933d3c1a98f86b63 Mon Sep 17 00:00:00 2001 From: YihaoPeng Date: Fri, 11 May 2018 12:56:34 +0800 Subject: [PATCH] post-install script: add a usage --- install/debian-control/postinst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/debian-control/postinst b/install/debian-control/postinst index e217957..8f2ae48 100644 --- a/install/debian-control/postinst +++ b/install/debian-control/postinst @@ -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"