Skip to content

Instantly share code, notes, and snippets.

@abuxton
Last active September 17, 2021 13:33
Show Gist options
  • Save abuxton/743535231b3c0fa420d4caf13ae07e6c to your computer and use it in GitHub Desktop.
Save abuxton/743535231b3c0fa420d4caf13ae07e6c to your computer and use it in GitHub Desktop.
# 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