1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-02 10:51:20 +03:00
systemd/rules/rules.d/95-udev-late.rules

9 lines
234 B
Plaintext
Raw Normal View History

# do not edit this file, it will be overwritten on update
2007-08-26 02:48:49 +04:00
# run a command on remove events
ACTION=="remove", ENV{REMOVE_CMD}!="", RUN+="$env{REMOVE_CMD}"
2006-08-11 18:41:52 +04:00
# event to be catched by udevmonitor
RUN+="socket:@/org/kernel/udev/monitor"
2006-08-11 18:41:52 +04:00