Skip to content

Instantly share code, notes, and snippets.

@melissacoleman
Last active September 16, 2019 08:50
Show Gist options
  • Save melissacoleman/6b5c9ecddda137d725ad1f4546190a74 to your computer and use it in GitHub Desktop.
Save melissacoleman/6b5c9ecddda137d725ad1f4546190a74 to your computer and use it in GitHub Desktop.
boot splash screen service
[Unit]
Description=boot splash screen
[Service]
ExecStart=/usr/bin/python3 /path/to/framebuffer-pythonscript.py -img /path/to/bootimage.jpg
[Install]
WantedBy=basic.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment