Advertisement
Guest User

autostart

a guest
Oct 30th, 2011
595
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. # xbmc-standalone
  2. description "Autostart XBMC"
  3.  
  4. start on (filesystem and stopped udevtrigger)
  5. stop on runlevel [06]
  6.  
  7. task
  8. console output
  9. emits starting-x
  10.  
  11. exec /bin/su xbmc -c "/usr/bin/startx /etc/X11/Xsession /usr/bin/xbmc-standalone"
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement