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