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
b75d9e5c59
sintonia
/
python_apps
/
pypo
/
bin
/
airtime-liquidsoap
6 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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
#!/usr/bin/python
import runpy
More work on switching pypo to use setuptools
2014-12-17 22:42:29 +01:00
Format code using black
2021-05-27 16:23:02 +02:00
# Run the liquidsoap python module
runpy.run_module("liquidsoap")