udev-hwdb: Set ID_PERSIST=0 in hwdb

See https://github.com/systemd/systemd/pull/20756
This commit is contained in:
Benjamin Berg
2021-09-17 12:31:28 +02:00
parent 128d809227
commit c7650b6ec9
2 changed files with 29 additions and 1 deletions

View File

@@ -166,7 +166,10 @@ print_driver (const FpDeviceClass *cls)
}
if (num_printed > 0)
g_print (" ID_AUTOSUSPEND=1\n");
{
g_print (" ID_AUTOSUSPEND=1\n");
g_print (" ID_PERSIST=0\n");
}
}
static int