lctr-b2xx: removed absolete system.

This commit is contained in:
Ricardo Martins
2015-01-24 13:30:59 +00:00
parent 11fe6069c1
commit 3e069e7027
2 changed files with 0 additions and 20 deletions

View File

@@ -1,13 +0,0 @@
start()
{
/opt/lsts/dune/bin/dune-gsmux \
/dev/ttyO1 \
/opt/lsts/dune/log \
< /dev/null \
>> /opt/lsts/dune/log/gsmux.log 2>&1 &
}
stop()
{
killall dune-gsmux
}