first commit
This commit is contained in:
13
external/packages/blobs/desktop/desktop-splash/desktop-splash.service
vendored
Normal file
13
external/packages/blobs/desktop/desktop-splash/desktop-splash.service
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Orange Pi desktop loading splash
|
||||
DefaultDependencies=no
|
||||
Before=rsyslog.service syslog.target systemd-journald.service sysinit.target shutdown.target
|
||||
After=local-fs.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/fbi -vt 1 -noverbose -d /dev/fb0 /boot/boot-desktop.png
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=sysinit.target
|
||||
Reference in New Issue
Block a user