Hi @nick.dunn. Thanks so much for using Nomad! I’m really excited about your use case. I’m wondering if you could use the raw_exec
driver on Windows to solve your problem.
This older post has some details on how to configure the client and run a raw_exec
command. Note the final comment about syntax change!
The gist is that using raw_exec
, you could execute a PowerShell script or sc.exe to start your services. Does this fit your use case? If not, can you tell me what the gaps are for you? Maybe I can help you work through a solution.