Add systemd configuration to launch psplash
[AGL/meta-agl.git] / meta-agl / recipes-core / psplash / files / psplash-quit.service
1 [Unit]
2 Description=Terminate Psplash Boot Screen
3 After=psplash-start.service
4
5 [Service]
6 Type=oneshot
7 ExecStart=/usr/bin/psplash-write QUIT
8 TimeoutSec=20
9
10 [Install]
11 WantedBy=multi-user.target