summaryrefslogtreecommitdiff
path: root/recipes-bsp/binary-drivers/linux-driver-package
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/binary-drivers/linux-driver-package')
-rw-r--r--recipes-bsp/binary-drivers/linux-driver-package/nv.service5
-rw-r--r--recipes-bsp/binary-drivers/linux-driver-package/nvfb.service4
2 files changed, 4 insertions, 5 deletions
diff --git a/recipes-bsp/binary-drivers/linux-driver-package/nv.service b/recipes-bsp/binary-drivers/linux-driver-package/nv.service
index 3fab9b2..c6fa901 100644
--- a/recipes-bsp/binary-drivers/linux-driver-package/nv.service
+++ b/recipes-bsp/binary-drivers/linux-driver-package/nv.service
@@ -13,6 +13,5 @@ IgnoreSIGPIPE=no
KillMode=process
GuessMainPID=no
RemainAfterExit=yes
-ExecStart=/etc/init.d/nv start
-ExecStop=/etc/init.d/nv stop
-
+ExecStart=/usr/bin/nv start
+ExecStop=/usr/bin/nv stop
diff --git a/recipes-bsp/binary-drivers/linux-driver-package/nvfb.service b/recipes-bsp/binary-drivers/linux-driver-package/nvfb.service
index 4d923da..deb8d97 100644
--- a/recipes-bsp/binary-drivers/linux-driver-package/nvfb.service
+++ b/recipes-bsp/binary-drivers/linux-driver-package/nvfb.service
@@ -13,5 +13,5 @@ IgnoreSIGPIPE=no
KillMode=process
GuessMainPID=no
RemainAfterExit=yes
-ExecStart=/etc/init.d/nvfb start
-ExecStop=/etc/init.d/nvfb stop
+ExecStart=/usr/bin/nvfb start
+ExecStop=/usr/bin/nvfb stop