summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <christopher.baines@digital.cabinet-office.gov.uk>2016-11-14 09:45:27 +0000
committerChristopher Baines <christopher.baines@digital.cabinet-office.gov.uk>2016-11-14 15:08:54 +0000
commit04ab2b2888a169030c68ca77177fc9a9bba022bb (patch)
treea1fa27a3e71cdf673139a0ed0adce81b8aabb163
parent2a447a3b3b03893fb1f1578723927621d03bedbe (diff)
downloadgnu-guix-04ab2b2888a169030c68ca77177fc9a9bba022bb.tar
gnu-guix-04ab2b2888a169030c68ca77177fc9a9bba022bb.tar.gz
Remove requirement on loopback
As the host system provides this.
-rw-r--r--gnu/services/databases.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/databases.scm b/gnu/services/databases.scm
index 1eed85542b..aace9554f7 100644
--- a/gnu/services/databases.scm
+++ b/gnu/services/databases.scm
@@ -125,7 +125,7 @@ host all all ::1/128 trust"))
(list (shepherd-service
(provision '(postgres))
(documentation "Run the PostgreSQL daemon.")
- (requirement '(user-processes loopback syslogd))
+ (requirement '(user-processes syslogd))
(start #~(make-forkexec-constructor #$start-script))
(stop #~(make-kill-destructor))))))))