11 lines
222 B
SYSTEMD
11 lines
222 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=USB_ModeSwitch_%i
|
||
|
|
Documentation=man:usb_modeswitch_dispatcher(1)
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
ExecStart=/usr/sbin/usb_modeswitch_dispatcher --switch-mode %i
|
||
|
|
#ExecStart=/bin/echo %i
|
||
|
|
Environment="TMPDIR=/run"
|
||
|
|
|