services: postgresql: Add the 'postgresql' Shepherd service name.

* gnu/services/databases.scm (postgresql-shepherd-service): Add
'postgresql' to 'provision'.
This commit is contained in:
Ludovic Courtès 2023-04-18 21:22:13 +02:00
parent 0830059b9c
commit 7aaf278286
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -308,7 +308,7 @@ (define postgresql-shepherd-service
(call-with-input-file #$pid-file read))
(_ #t))))))
(list (shepherd-service
(provision '(postgres))
(provision '(postgres postgresql))
(documentation "Run the PostgreSQL daemon.")
(requirement '(user-processes loopback syslogd))
(modules `((ice-9 match)