Created
June 14, 2017 07:30
-
-
Save yarbelk/fd09af0ae96106283db25161aaafd6ef to your computer and use it in GitHub Desktop.
Nomad Server on windows 2016
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
notes for powershell service (don't really know if this works yet, just needed to write this down somewhere)