mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-11-03 05:13:16 +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:
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
|
||||
Reference in New Issue
Block a user