mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 07:12:18 +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
|