CC-2277:Rename airtime-pypo to airtime-playout
This commit is contained in:
parent
f7d37adfc6
commit
0492ba79c7
5 changed files with 11 additions and 8 deletions
|
@ -137,10 +137,10 @@ try:
|
|||
os.system("chown -R pypo:pypo "+config["cache_base_dir"])
|
||||
|
||||
print "Creating symbolic links"
|
||||
os.system("rm -f /usr/bin/airtime-pypo-start")
|
||||
os.system("ln -s "+config["bin_dir"]+"/bin/airtime-pypo-start /usr/bin/")
|
||||
os.system("rm -f /usr/bin/airtime-pypo-stop")
|
||||
os.system("ln -s "+config["bin_dir"]+"/bin/airtime-pypo-stop /usr/bin/")
|
||||
os.system("rm -f /usr/bin/airtime-playout-start")
|
||||
os.system("ln -s "+config["bin_dir"]+"/bin/airtime-playout-start /usr/bin/")
|
||||
os.system("rm -f /usr/bin/airtime-playout-stop")
|
||||
os.system("ln -s "+config["bin_dir"]+"/bin/airtime-playout-stop /usr/bin/")
|
||||
|
||||
print "Installing pypo daemon"
|
||||
create_path("/etc/service/pypo")
|
||||
|
@ -160,7 +160,7 @@ try:
|
|||
|
||||
print "Waiting for processes to start..."
|
||||
time.sleep(5)
|
||||
os.system("python /usr/bin/airtime-pypo-start")
|
||||
os.system("python /usr/bin/airtime-playout-start")
|
||||
time.sleep(2)
|
||||
|
||||
found = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue