blob: 46530d37600765cb3a94bb67ac3b5121aad4f7e8 [file] [log] [blame]
#!/bin/sh /etc/rc.common
START=43
start() {
echo "Start Marvell GUI Application"
/usr/bin/mgui --dfb:no-sighandler &
}