mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 14:54:17 +00:00
11 lines
230 B
SYSTEMD
11 lines
230 B
SYSTEMD
|
[Unit]
|
||
|
Description=Splash screen shown during boot
|
||
|
PartOf=graphical-session.target
|
||
|
After=plasma-kwin_wayland.service
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/ksplashqml
|
||
|
Type=oneshot
|
||
|
Slice=background.slice
|
||
|
TimeoutSec=40sec
|