Skip to content

Commit

Permalink
Restore jobs startup
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszWojciechO authored and piotrjurkiewicz committed Aug 29, 2024
1 parent 1da4076 commit 313f9fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/daemon/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ func main() {
log.Println(internal.WarningPrefix, err)
}
}()
rpc.StartJobs(statePublisher)
meshService.StartJobs()
rpc.StartKillSwitch()
if internal.IsSystemd() {
Expand Down

0 comments on commit 313f9fd

Please sign in to comment.