Is there a way to reload nomad on windows

The documentation says that nomad can be reloaded by sending a SIGHUP signal, this works well on linux. Is there a way to achieve this on windows when nomad is running as a native windows service?

Hi @gulavanir,

When running on Windows, you’ll need to send the BREAK signal to the Nomad agent process. It may be beneficial to use a tool like windows-kill to make this a little easier.

Thanks,
jrasell and the Nomad team

1 Like