This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-app/packaging/linux-common/nymea-splashscreen.service
2021-03-24 12:30:04 +01:00

16 lines
364 B
Desktop File

[Unit]
Description=nymea splash screen
DefaultDependencies=no
After=local-fs.target
ConditionKernelCommandLine=!nosplash
ConditionKernelCommandLine=splash
[Service]
ExecStart=/usr/bin/fbi --noverbose -d /dev/fb0 -a /usr/share/nymea-splashscreen/nymea-splash.png -fitwidth
StandardInput=tty
StandardOutput=tty
#TTYPath=/dev/tty1
[Install]
WantedBy=sysinit.target