mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-24 21:34:08 +03:00
11 lines
198 B
Bash
11 lines
198 B
Bash
#!/bin/sh
|
|
export ACTION=add
|
|
#export ACTION=remove
|
|
export DEVPATH=/devices/pci0/00:09.0/usb1/1-1/1-1.1/ttyUSB7
|
|
export DEVPATH=/class/tty/ttyUSB0
|
|
#export DEVPATH=/block/hda
|
|
|
|
|
|
#./udev block
|
|
./udev tty
|