wetek_play: add a systemd oneshot service to load the WeTek proprietary DVB driver

This commit is contained in:
Alex Deryskyba 2015-01-12 23:34:03 +01:00
parent 8ee4c14a05
commit 56cccb15c4
3 changed files with 14 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1 @@
../wetek-dvb-driver.service

View File

@ -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