Merge pull request #157 from Lapotor/Ubuntu-16.04-Update

Ubuntu 16.04 installer update
This commit is contained in:
Lucas Bickel 2017-04-20 15:21:56 +02:00 committed by GitHub
commit 122166216a
3 changed files with 109 additions and 9 deletions

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