mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-25 19:56:43 +00:00
wetek_play: add a systemd oneshot service to load the WeTek proprietary DVB driver
This commit is contained in:
parent
8ee4c14a05
commit
56cccb15c4
BIN
projects/WeTek_Play/filesystem/lib/modules/wetekdvb.ko
Normal file
BIN
projects/WeTek_Play/filesystem/lib/modules/wetekdvb.ko
Normal file
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
../wetek-dvb-driver.service
|
@ -0,0 +1,13 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=WeTek DVB driver
|
||||||
|
DefaultDependencies=no
|
||||||
|
Before=local-fs.target shutdown.target
|
||||||
|
Conflicts=shutdown.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=oneshot
|
||||||
|
ExecStart=/sbin/insmod /lib/modules/wetekdvb.ko
|
||||||
|
RemainAfterExit=yes
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=local-fs.target
|
Loading…
x
Reference in New Issue
Block a user