Not a member of GistPad yet?
Sign Up,
it unlocks many cool features!
- [Unit]
- Description=PostgreSQL database server
- After=network.target
- [Service]
- Type=notify
- User=postgres
- ExecStart=/usr/lib/postgresql/15/bin/postgres -D /var/lib/postgresql/15/main
- ExecReload=/bin/kill -HUP $MAINPID
- KillMode=mixed
- [Install]
- WantedBy=multi-user.target
RAW Paste Data
Copied
