Added runit scripts.
This commit is contained in:
parent
ce9af69207
commit
4d2574d302
7 changed files with 43 additions and 5 deletions
8
modules/rhizomatica_base_system/files/etc/sv/freeswitch/run
Executable file
8
modules/rhizomatica_base_system/files/etc/sv/freeswitch/run
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
#restarting postgres to make sure that RCCN connects to it, sleeping just to be sure that it's up :)
|
||||
#/etc/init.d/postgresql restart
|
||||
#/bin/sleep 10
|
||||
#exec 2>&1
|
||||
export PYTHONPATH=$PYTHONPATH:/var/rhizomatica/rccn
|
||||
#exec /usr/local/freeswitch/bin/freeswitch
|
||||
exec /usr/bin/freeswitch
|
Loading…
Add table
Add a link
Reference in a new issue