postgresql.service 257 B

1234567891011121314
  1. [Unit]
  2. Description=PostgreSQL database server
  3. [Service]
  4. Type=notify
  5. User=postgres
  6. ExecStart=/usr/local/pgsql/bin/postgres -D /data/pgsql
  7. ExecReload=/bin/kill -HUP $MAINPID
  8. KillMode=mixed
  9. KillSignal=SIGINT
  10. TimeoutSec=0
  11. [Install]
  12. WantedBy=multi-user.target