X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-dbs%2Fpostgresql%2Fpostgresql%2Fpostgresql.service.update;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-dbs%2Fpostgresql%2Fpostgresql%2Fpostgresql.service.update;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=9fe8b511eba0f2e3a26ae067f2641053fc89413b;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-dbs/postgresql/postgresql/postgresql.service.update b/meta-starlingx/meta-stx-integ/recipes-dbs/postgresql/postgresql/postgresql.service.update deleted file mode 100644 index 9fe8b51..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-dbs/postgresql/postgresql/postgresql.service.update +++ /dev/null @@ -1,29 +0,0 @@ -[Unit] -Description=PostgreSQL database server -After=network.target - -[Service] -Type=forking -User=postgres -Group=postgres - -# Port number for server to listen on -Environment=PGPORT=5432 - -# Location of database directory -Environment=PGDATA=/var/lib/postgresql/19.12 - -# Disable OOM kill on the postmaster -OOMScoreAdjust=-17 - -PermissionsStartOnly=true -ExecStart=/usr/bin/pg_ctl start -D ${PGDATA} -s -o "-p ${PGPORT}" -w -t 300 -ExecStop=/usr/bin/pg_ctl stop -D ${PGDATA} -s -m fast -ExecReload=/usr/bin/pg_ctl reload -D ${PGDATA} -s - -# Give a reasonable amount of time for the server to start up/shut down -TimeoutSec=300 - -[Install] -WantedBy=multi-user.target -""