mirror of
https://github.com/PentHertz/OpenBTS.git
synced 2026-05-02 21:30:06 +00:00
Simple script for looping the OpenBTS process to catch crashes and restarts.
git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@3858 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
parent
7e34fd52d6
commit
3011a608a1
1 changed files with 4 additions and 0 deletions
4
apps/runloop.OpenBTS.sh
Executable file
4
apps/runloop.OpenBTS.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
# A script to restart and just keep OpenBTS running.
|
||||
while true; do killall transceiver; killall wget; sleep 2; ./OpenBTS; done
|
||||
Loading…
Add table
Add a link
Reference in a new issue