Last active
September 17, 2021 13:33
-
-
Save abuxton/743535231b3c0fa420d4caf13ae07e6c to your computer and use it in GitHub Desktop.
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
# scraped from https://github.com/mtharpe/chef-terraform-cloud-agent-recipe | |
[Unit] | |
Description=HashiCorp Terraform Cloud Agent | |
[Service] | |
Type=simple | |
ExecStart=/usr/bin/tfc-agent -token <tfc_auth_token> | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment