Skip to content

Instantly share code, notes, and snippets.

@AmbivalentApe
Created June 1, 2013 20:25
Show Gist options
  • Save AmbivalentApe/5691621 to your computer and use it in GitHub Desktop.
Save AmbivalentApe/5691621 to your computer and use it in GitHub Desktop.
postgres sqld file.
[Unit]
Description=Start psql
[Service]
User=postgres
ExecStart=/usr/local/pgsql/bin/postgres -D /usr/local/pgsql/data
KillMode=Process
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment