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, 17 insertions, 0 deletions
diff --git a/recipes-bsp/binary-drivers/linux-driver-package/nvfb.service b/recipes-bsp/binary-drivers/linux-driver-package/nvfb.service
new file mode 100644
index 0000000..4d923da
--- /dev/null
+++ b/recipes-bsp/binary-drivers/linux-driver-package/nvfb.service
@@ -0,0 +1,17 @@
+[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=/etc/init.d/nvfb start
+ExecStop=/etc/init.d/nvfb stop