This website requires JavaScript.
Explore
Help
Sign In
Congegni
/
sintonia
Watch
7
Star
0
Fork
You've already forked sintonia
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3e4968244d
sintonia
/
python_apps
/
pypo
/
bin
/
airtime-playout
6 lines
84 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix python shebangs Some systems only provide a versionned `python3` executable.
2021-08-24 15:33:56 +02:00
#!/usr/bin/env python3
Fixed everything about Airtime on Debian * Added sysvinit scripts back in and cleaned them up * service status now works correctly for all services * Moved logging config files into install/ folders for the python_apps * Fixed some small setup.py problems in the various python_apps * Gave each python app a better bin/ script which doesn't fork, which lets service status work automagically.
2015-02-13 22:06:59 +01:00
import runpy
runpy.run_module("pypo", run_name="__main__")