Changes

Jump to: navigation, search
Script for automatic application startup
<syntaxhighlight lang="bash">
#!/bin/sh
 
set -e
$ENGINE/bin/sbengine -omtdev,device=/dev/input/event0,points=1 -orender_mgr,multisample=0,scale=aspect $SB_APP
</syntaxhighlight>
 
and then set the correct attribute
 
chmod +x /etc/init.d/storyboard_launcher.sh
=== systemd service ===
8,157
edits

Navigation menu