[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