Skip to content

Commit c68bf24

Browse files
committed
tooling: Fix udevd path to /usr/lib/systemd/systemd-udevd.
1 parent 22486ec commit c68bf24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@
9191
}
9292
},
9393

94-
"postCreateCommand": "make setup && sudo udevd --daemon || true",
94+
"postCreateCommand": "make setup && sudo /usr/lib/systemd/systemd-udevd --daemon",
9595
"remoteUser": "vscode"
9696
}

0 commit comments

Comments
 (0)