1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 18:55:40 +03:00

udevd: always create runtime dir

<falconindy> kay: udev no longer makes /run/udev on its own?
<kay> falconindy: added back!
This commit is contained in:
Kay Sievers 2011-12-27 06:14:59 +01:00
parent 4f1795cca7
commit 86a0d004c3

View File

@ -1318,6 +1318,9 @@ int main(int argc, char *argv[])
chdir("/");
umask(022);
/* /run/udev */
mkdir(udev_get_run_path(udev), 0755);
/* create standard links, copy static nodes, create nodes from modules */
static_dev_create(udev);
static_dev_create_from_modules(udev);