filesystem: removed obsolete gsmux service.

This commit is contained in:
Ricardo Martins 2014-02-01 23:59:54 +00:00
parent 1259bc6928
commit b3f8e3a3af

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
}