Added remind to reload systemctl for Xenail
This commit is contained in:
parent
28fb7fca72
commit
0766b91cde
1 changed files with 3 additions and 0 deletions
|
@ -53,3 +53,6 @@ setup(name='airtime_analyzer',
|
||||||
if data_files:
|
if data_files:
|
||||||
print "Remember to reload the initctl configuration"
|
print "Remember to reload the initctl configuration"
|
||||||
print "Run \"sudo initctl reload-configuration; sudo service airtime_analyzer restart\" now."
|
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."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue