mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
5 lines
176 B
Plaintext
5 lines
176 B
Plaintext
ACTION=="add", SUBSYSTEM=="usb", \
|
|
ATTR{idVendor}=="05ac", ATTR{idProduct}=="824[012]", \
|
|
RUN+="wakeup_enable", \
|
|
TAG+="systemd", ENV{SYSTEMD_WANTS}+="atvclient.service"
|