Add package: nldev

This commit is contained in:
PedroEdiaz
2024-07-18 15:05:32 +00:00
parent 99e029fe46
commit ac00b82a9b
2 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
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" },
};