Skip to content

Instantly share code, notes, and snippets.

@bixu
Created November 1, 2016 08:19
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 bixu/9ced3b8456dddf9033135a38e581b599 to your computer and use it in GitHub Desktop.
Save bixu/9ced3b8456dddf9033135a38e581b599 to your computer and use it in GitHub Desktop.
Loading a custom `.toml` file into Habitat under your favorite service manager
#!/bin/sh
HAB_POSTGRESQL94=$(cat /path/to/custom.toml) /usr/bin/hab start --no-color bixu/postgresql94
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment