Skip to content

Commit

Permalink
Tweak startup state of windows service state machine
Browse files Browse the repository at this point in the history
  • Loading branch information
Göran Sander committed May 27, 2023
1 parent 472ad7f commit 2c12743
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/service_monitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ async function setupServiceMonitorTimer(config, logger) {

// Windows service states: https://learn.microsoft.com/en-us/windows/win32/services/service-status-transitions
const windowsServiceMachine = createMachine({
predictableActionArguments: true,
id: 'windowsService',
initial: 'paused',
states: {
Expand Down

0 comments on commit 2c12743

Please sign in to comment.