Fixed the runit script for osmo-nitb (longer sleep)
This commit is contained in:
parent
cc787486d1
commit
dbb3cca450
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
ulimit -c unlimited
|
ulimit -c unlimited
|
||||||
/etc/init.d/kannel stop
|
/etc/init.d/kannel stop
|
||||||
sleep 5
|
sleep 10
|
||||||
/usr/bin/killall -9 run_kannel_box bearerbox smsbox
|
#/usr/bin/killall -9 run_kannel_box bearerbox smsbox
|
||||||
|
ps aux|grep kannel
|
||||||
/etc/init.d/kannel start
|
/etc/init.d/kannel start
|
||||||
exec 2>&1
|
exec 2>&1
|
||||||
exec chrt 10 /usr/bin/osmo-nitb -P -m -c /etc/osmocom/osmo-nitb.cfg -l /var/lib/osmocom/hlr.sqlite3
|
exec chrt 10 /usr/bin/osmo-nitb -P -m -c /etc/osmocom/osmo-nitb.cfg -l /var/lib/osmocom/hlr.sqlite3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue