Skip to content

Instantly share code, notes, and snippets.

@HerrSpace
Created July 23, 2017 21:37
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 HerrSpace/54954b8280a7750a1476c086441f3575 to your computer and use it in GitHub Desktop.
Save HerrSpace/54954b8280a7750a1476c086441f3575 to your computer and use it in GitHub Desktop.
# systemd service for managing all PostgreSQL clusters on the system. This
# service is actually a systemd target, but we are using a service since
# targets cannot be reloaded.
[Unit]
Description=PostgreSQL RDBMS
[Service]
Type=oneshot
ExecStart=/bin/true
ExecReload=/bin/true
RemainAfterExit=on
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment