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