Skip to content

Commit a455d24

Browse files
authored
Merge pull request #320 from desultory/dev
re-add console node definition
2 parents d0f603c + 22af90e commit a455d24

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/ugrd/base/compat.toml

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/ugrd/base/core.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ binary_search_paths = [ "/bin", "/sbin", "/usr/bin", "/usr/sbin" ]
1313
old_count = 1
1414
timeout = 15
1515

16+
[nodes.console]
17+
mode = 0o644
18+
major = 5
19+
minor = 1
20+
1621
[imports.config_processing]
1722
"ugrd.base.core" = [ "_process_build_logging",
1823
"_process_out_file",

0 commit comments

Comments
 (0)