Skip to content

Instantly share code, notes, and snippets.

@yarbelk
Created June 14, 2017 07:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yarbelk/fd09af0ae96106283db25161aaafd6ef to your computer and use it in GitHub Desktop.
Save yarbelk/fd09af0ae96106283db25161aaafd6ef to your computer and use it in GitHub Desktop.
Nomad Server on windows 2016
Sc create "Consul" binPath="C:\consul\consul.exe -config-dir=C:\consul\etc\" DisplayName="Consul" start="auto"
Sc create "Nomad" binPath="C:\nomad\nomad.exe agent -config=C:\nomad\etc\" DisplayName="Nomad" start="auto" depend="Consul"
@yarbelk
Copy link
Author

yarbelk commented Jun 14, 2017

notes for powershell service (don't really know if this works yet, just needed to write this down somewhere)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment