
If we don't use kannel, then create the runit link in /etc/service to run the python esme.
3 lines
104 B
Bash
Executable file
3 lines
104 B
Bash
Executable file
#!/bin/sh
|
|
export PYTHONPATH=$PYTHONPATH:/var/rhizomatica/rccn
|
|
exec python /var/rhizomatica/rccn/esme.py
|