diff --git a/pkg/standalone/standalone.go b/pkg/standalone/standalone.go index bd2bcf910..116c1dced 100644 --- a/pkg/standalone/standalone.go +++ b/pkg/standalone/standalone.go @@ -643,7 +643,7 @@ func runSchedulerService(wg *sync.WaitGroup, errorChan chan<- error, info initIn "--entrypoint", "./scheduler", } schedVolPath := filepath.Join("/var", "lock") - if info.imageVariant == "mariner" && runtime.GOOS == daprWindowsOS { + if info.imageVariant == "mariner" { schedVolPath = filepath.Join("/run", "lock") } if info.schedulerVolume != nil {