Advertisement
djazz

Boot animation for Arch Linux on the Raspberry Pi

May 24th, 2013
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [Unit]
  2. Description=Bootsplash
  3. After=basic.target
  4. Before=network.target
  5.  
  6. [Service]
  7. Type=oneshot
  8. ExecStart=/usr/bin/omxplayer -o local "/home/pi/videos/Dork.mp4"
  9. SuccessExitStatus=1 SIGKILL
  10.  
  11. [Install]
  12. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement