2020-10-11 14:32:29 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Starts OVOS splash boot screen
|
|
|
|
Wants=dev-dri-card0.device
|
|
|
|
After=dev-dri-card0.device
|
|
|
|
DefaultDependencies=no
|
2022-10-05 14:40:25 +02:00
|
|
|
RequiresMountsFor=/run
|
2020-10-11 14:32:29 +02:00
|
|
|
|
|
|
|
[Service]
|
2022-10-05 14:40:25 +02:00
|
|
|
Type=notify
|
2020-10-11 14:32:29 +02:00
|
|
|
ExecStart=/usr/bin/psplash
|
|
|
|
RemainAfterExit=yes
|
|
|
|
Restart=no
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=sysinit.target
|