Spotter-VM/lxc-apps/sahana/lxc/srv/web2py/run_scheduler.py
2019-10-05 15:49:29 +02:00

7 lines
176 B
Python

#!/usr/bin/env python
from gluon.shell import run
if __name__ == '__main__':
run('eden', True, True, None, False, 'from gluon import current; current._scheduler.loop()')