File: usb-modeswitch-upstart.conf

package info (click to toggle)
usb-modeswitch 2.5.0%2Brepack0-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 384 kB
  • sloc: ansic: 1,810; tcl: 775; makefile: 258; sh: 221
file content (6 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
start on usb-modeswitch-upstart
task
env TMPDIR=/run
script
	exec /usr/sbin/usb_modeswitch_dispatcher --switch-mode $UMS_PARAM
end script