Created
November 1, 2016 08:38
-
-
Save bixu/2c5922cd1bae8d18743328eeb5e1246e to your computer and use it in GitHub Desktop.
systemd service definition for habitat-managed postgres
This file contains 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
[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