]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql.service
up to 15.6 (fixes CVE-2024-0985)
[packages/postgresql.git] / postgresql.service
CommitLineData
d183f71c
JK
1[Unit]
2Description=PostgreSQL server
3Wants=postgresql.target
4After=postgresql.target
5
6[Service]
7Type=oneshot
8RemainAfterExit=yes
9ExecStart=/bin/systemctl is-active postgresql.target
10ExecReload=/bin/true
11
12[Install]
13WantedBy=multi-user.target
This page took 0.025973 seconds and 5 git commands to generate.