Added remind to reload systemctl for Xenail

This commit is contained in:
Lapotor 2017-04-19 20:36:48 +02:00 committed by GitHub
parent 28fb7fca72
commit 0766b91cde

View file

@ -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."