Skip to content

Instantly share code, notes, and snippets.

@bixu
Created November 1, 2016 08:38
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/2c5922cd1bae8d18743328eeb5e1246e to your computer and use it in GitHub Desktop.
Save bixu/2c5922cd1bae8d18743328eeb5e1246e to your computer and use it in GitHub Desktop.
systemd service definition for habitat-managed postgres
[Unit]
Description=postgresql94 managed by habitat
[Service]
Restart=always
ExecStart=/path/to/postgresql94.sh
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment