summaryrefslogtreecommitdiff
path: root/jetson-tk1/recipes-bsp/binary-drivers/linux-driver-package/nv.service
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-02-18 09:32:00 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 19:03:44 +0100
commit8691ba636cb22021ec950efead309512ad97c15f (patch)
tree1687086730eb3c3ea5df6210615d74c78512cd36 /jetson-tk1/recipes-bsp/binary-drivers/linux-driver-package/nv.service
parenta1d610a302f612ee80551ea3cccc30fbe8b1f7d7 (diff)
linux-driver-package: rework to allow building for sysV
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'jetson-tk1/recipes-bsp/binary-drivers/linux-driver-package/nv.service')
-rw-r--r--jetson-tk1/recipes-bsp/binary-drivers/linux-driver-package/nv.service4
1 files changed, 2 insertions, 2 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