mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
services: postgresql: Add the 'postgresql' Shepherd service name.
* gnu/services/databases.scm (postgresql-shepherd-service): Add 'postgresql' to 'provision'.
This commit is contained in:
parent
0830059b9c
commit
7aaf278286
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ host all all ::1/128 md5"))
|
||||||
(call-with-input-file #$pid-file read))
|
(call-with-input-file #$pid-file read))
|
||||||
(_ #t))))))
|
(_ #t))))))
|
||||||
(list (shepherd-service
|
(list (shepherd-service
|
||||||
(provision '(postgres))
|
(provision '(postgres postgresql))
|
||||||
(documentation "Run the PostgreSQL daemon.")
|
(documentation "Run the PostgreSQL daemon.")
|
||||||
(requirement '(user-processes loopback syslogd))
|
(requirement '(user-processes loopback syslogd))
|
||||||
(modules `((ice-9 match)
|
(modules `((ice-9 match)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue