2020-04-09 10:51:08 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Starts Mycroft splash boot screen
|
2020-05-17 20:09:09 +02:00
|
|
|
Wants=dev-dri-card0.device
|
|
|
|
After=dev-dri-card0.device
|
2020-04-09 10:51:08 +02:00
|
|
|
DefaultDependencies=no
|
|
|
|
|
|
|
|
[Service]
|
2020-08-24 12:00:32 +02:00
|
|
|
Type=oneshot
|
2020-09-17 16:30:05 +02:00
|
|
|
ExecStart=/usr/bin/psplash
|
|
|
|
RemainAfterExit=yes
|
|
|
|
Restart=no
|
2020-04-09 10:51:08 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=sysinit.target
|