services: postgresql: Add the 'postgresql' Shepherd service name.
* gnu/services/databases.scm (postgresql-shepherd-service): Add 'postgresql' to 'provision'.master
parent
0830059b9c
commit
7aaf278286
|
@ -308,7 +308,7 @@ host all all ::1/128 md5"))
|
|||
(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)
|
||||
|
|
Reference in New Issue