예제 #1
0
파일: stop.py 프로젝트: Cbrdiv/spksrc
#!/usr/local/gentoo-chroot/env/bin/python
from application.direct import Services


if __name__ == '__main__':
    services = Services()
    services.stop_all()
예제 #2
0
#!/usr/local/gentoo-chroot/env/bin/python
from application.direct import Services

if __name__ == '__main__':
    services = Services()
    services.stop_all()
예제 #3
0
#!/usr/local/debian-chroot/env/bin/python
from application.direct import Services


if __name__ == '__main__':
    services = Services()
    services.start_all()