15 lines
244 B
SYSTEMD
15 lines
244 B
SYSTEMD
|
[Unit]
|
||
|
Description=Starts OVOS splash boot screen
|
||
|
Wants=dev-dri-card0.device
|
||
|
After=dev-dri-card0.device
|
||
|
DefaultDependencies=no
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/psplash
|
||
|
RemainAfterExit=yes
|
||
|
Restart=no
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=sysinit.target
|