Skip to content

Commit

Permalink
fixup! Add tedge config plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruadhri17 committed Sep 19, 2023
1 parent 0e1140a commit 7d9b22d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/tedge_configuration_plugin/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ async fn run(tedge_config: TEdgeConfig, cliopts: ConfigPluginOpt) -> Result<(),
// Run the actors
runtime.spawn(mqtt_actor).await?;
runtime.spawn(http_actor).await?;
runtime.spawn(downloader_actor).await?;
runtime.spawn(fs_watch_actor).await?;
runtime.spawn(config_actor).await?;
runtime.spawn(signal_actor).await?;
Expand Down

0 comments on commit 7d9b22d

Please sign in to comment.