afdasfasfwe

da

Apr 18th, 2026
11
0
Never
Not a member of GistPad yet? Sign Up, it unlocks many cool features!
None 0.85 KB | None | 0 0
  1. [Unit]
  2. Description=PostgreSQL database server
  3. After=network.target
  4.  
  5. [Service]
  6. Type=notify
  7. User=postgres
  8. ExecStart=/usr/lib/postgresql/15/bin/postgres -D /var/lib/postgresql/15/main
  9. ExecReload=/bin/kill -HUP $MAINPID
  10. KillMode=mixed
  11.  
  12. [Install]
  13. WantedBy=multi-user.target
RAW Paste Data Copied