Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lh70 committed Aug 21, 2024
1 parent b12a811 commit 630606b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/DTN/simulation/core_services/dtnd.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class DtndService(CoreService):
dirs: Tuple[str, ...] = ()
configs: Tuple[str, ...] = ('dtnd.toml', 'start-dtnd.sh')
startup: Tuple[str, ...] = (
"bash -c 'dtnd -c dtnd.toml 1> dtnd.log 2> dtnd.err'", )
"bash -c 'dtnd -d -c dtnd.toml &> dtnd.log'", )
validate: Tuple[str, ...] = ()
validation_mode: ServiceMode = ServiceMode.NON_BLOCKING
validation_timer: int = 5
Expand Down

0 comments on commit 630606b

Please sign in to comment.