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
|
||||
ulimit -c unlimited
|
||||
/etc/init.d/kannel stop
|
||||
sleep 5
|
||||
/usr/bin/killall -9 run_kannel_box bearerbox smsbox
|
||||
sleep 10
|
||||
#/usr/bin/killall -9 run_kannel_box bearerbox smsbox
|
||||
ps aux|grep kannel
|
||||
/etc/init.d/kannel start
|
||||
exec 2>&1
|
||||
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