summarylogtreecommitdiffstats
path: root/smarttrafficmeter.install
diff options
context:
space:
mode:
Diffstat (limited to 'smarttrafficmeter.install')
-rw-r--r--smarttrafficmeter.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/smarttrafficmeter.install b/smarttrafficmeter.install
index b7bf6154a221..028fc112124b 100644
--- a/smarttrafficmeter.install
+++ b/smarttrafficmeter.install
@@ -1,5 +1,6 @@
post_install() {
systemctl enable smarttrafficmeter
+ echo "Please wait for the installation to complete
systemctl start smarttrafficmeter
echo "#####################################################################"
echo "# #"
@@ -11,6 +12,13 @@ post_install() {
echo "# sudo systemctl start smarttrafficmeter #"
echo "# and restart your computer #"
echo "# #"
+ echo "# To start/stop/enable/disable Smart Traffic Meter execute #"
+ echo "# sudo systemctl start/stop/enable/disable smarttrafficmeter #"
+ echo "# #"
+ echo "# default database directory: /usr/share/smarttrafficmeter #"
+ echo "# default config directory: /etc/smarttrafficmeter #"
+ echo "# default log directory: /var/log/smarttrafficmeter #"
+ echo "# #"
echo "#####################################################################"
}