CC-2758: Make airtime-install script Debian/Ubuntu compatible
-install complete
This commit is contained in:
parent
cd0ff848fc
commit
87970740a0
6 changed files with 69 additions and 58 deletions
|
@ -12,8 +12,9 @@ try:
|
|||
sts = os.waitpid(p.pid, 0)[1]
|
||||
|
||||
#start daemon
|
||||
print "Waiting for processes to start..."
|
||||
print "Waiting for show-recorder processes to start..."
|
||||
p = Popen("/etc/init.d/airtime-show-recorder stop", shell=True)
|
||||
sts = os.waitpid(p.pid, 0)[1]
|
||||
p = Popen("/etc/init.d/airtime-show-recorder start-no-monit", shell=True)
|
||||
sts = os.waitpid(p.pid, 0)[1]
|
||||
except Exception, e:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue