superflous postgres config
This commit is contained in:
parent
2044ebb81d
commit
7ed00c4efc
1 changed files with 0 additions and 18 deletions
|
|
@ -1,18 +0,0 @@
|
|||
# postgresql.service is the meta unit for managing all PostgreSQL clusters on
|
||||
# the system at once. Conceptually, this unit is more like a systemd target,
|
||||
# but we are using a service since targets cannot be reloaded.
|
||||
#
|
||||
# The unit actually managing PostgreSQL clusters is postgresql@.service,
|
||||
# instantiated as postgresql@15-main.service for individual clusters.
|
||||
|
||||
[Unit]
|
||||
Description=PostgreSQL RDBMS
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/true
|
||||
ExecReload=/bin/true
|
||||
RemainAfterExit=on
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue