mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-15 11:45:54 +00:00
11 lines
256 B
SYSTEMD
11 lines
256 B
SYSTEMD
|
[Unit]
|
||
|
Description=KSplash "ready" Stage
|
||
|
Wants=plasma-core.target
|
||
|
After=plasma-core.target
|
||
|
PartOf=graphical-session.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=-@QtBinariesDir@/qdbus org.kde.KSplash /KSplash org.kde.KSplash.setStage ready
|
||
|
Slice=session.slice
|