From 0766b91cde4bce4ad9a2d4d4d7706d646bb38a86 Mon Sep 17 00:00:00 2001 From: Lapotor Date: Wed, 19 Apr 2017 20:36:48 +0200 Subject: [PATCH] Added remind to reload systemctl for Xenail --- python_apps/airtime_analyzer/setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python_apps/airtime_analyzer/setup.py b/python_apps/airtime_analyzer/setup.py index 1d1ff773a..42d1921cc 100644 --- a/python_apps/airtime_analyzer/setup.py +++ b/python_apps/airtime_analyzer/setup.py @@ -53,3 +53,6 @@ setup(name='airtime_analyzer', if data_files: print "Remember to reload the initctl configuration" print "Run \"sudo initctl reload-configuration; sudo service airtime_analyzer restart\" now." + print "Or on Ubuntu Xenial (16.04)" + print "Remember to reload the systemd configuration" + print "Run \"sudo systemctl daemon-reload; sudo service airtime_analyzer restart\" now."