Skip to content

Instantly share code, notes, and snippets.

@itapai
Last active April 28, 2022 07:06
Show Gist options
  • Select an option

  • Save itapai/d6b34dd5250867fd12258e51b3427e5b to your computer and use it in GitHub Desktop.

Select an option

Save itapai/d6b34dd5250867fd12258e51b3427e5b to your computer and use it in GitHub Desktop.
splash-screen.service
[Unit]
Description=Splash screen
DefaultDependencies=no
After=local-fs.target
[Service]
ExecStart=/usr/bin/fbi --noverbose -a /opt/splash.jpg
StandardInput=tty
StandardOutput=tty
[Install]
WantedBy=sysinit.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment