summaryrefslogtreecommitdiff
path: root/recipes-bsp/binary-drivers/linux-driver-package/nv.service
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/binary-drivers/linux-driver-package/nv.service')
-rw-r--r--recipes-bsp/binary-drivers/linux-driver-package/nv.service17
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes-bsp/binary-drivers/linux-driver-package/nv.service b/recipes-bsp/binary-drivers/linux-driver-package/nv.service
deleted file mode 100644
index c6fa901..0000000
--- a/recipes-bsp/binary-drivers/linux-driver-package/nv.service
+++ /dev/null
@@ -1,17 +0,0 @@
-[Unit]
-Description=Nvidia binary driver init script
-After=nvfb.service
-
-[Install]
-WantedBy=multi-user.target
-
-[Service]
-Type=forking
-Restart=no
-TimeoutSec=5min
-IgnoreSIGPIPE=no
-KillMode=process
-GuessMainPID=no
-RemainAfterExit=yes
-ExecStart=/usr/bin/nv start
-ExecStop=/usr/bin/nv stop