Files
xbps-make/core/nldev.d/files/config.h
2024-07-18 15:05:32 +00:00

9 lines
525 B
C

static const Rule rules[] = {
/* ACTION SUBSYSTEM other env variables command to run */
{ "add", NULL, "DEVNAME", "/bin/smdev" },
{ "add", NULL, NULL, "/usr/libexec/libudev-zero/helper" },
{ "remove", NULL, NULL, "/usr/libexec/libudev-zero/helper" },
{ "bind", NULL, NULL, "/usr/libexec/libudev-zero/helper" },
{ "change", NULL, NULL, "/usr/libexec/libudev-zero/helper" },
};