Exemple #1
0
#!/usr/local/gentoo-chroot/env/bin/python
from application.direct import Services


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

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


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