12 lines
191 B
Desktop File
12 lines
191 B
Desktop File
[Unit]
|
|
Description=Terminate Psplash Boot Screen
|
|
After=psplash-start.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/psplash-write QUIT
|
|
TimeoutSec=20
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|