[Pkg-mongodb-maintainers] [pkg-mongodb] 05/11: mongodb.service: start after network.target

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Mon Oct 2 07:55:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

apoikos pushed a commit to branch master
in repository pkg-mongodb.

commit aa0a5476652b31f4dae931db54b0f980c9d8e4f5
Author: Apollon Oikonomopoulos <apoikos at debian.org>
Date:   Tue Sep 26 11:12:55 2017 +0300

    mongodb.service: start after network.target
    
    This will allow the mongod to bind(2) to non-wildcard, non-loopback
    addresses on boot.
    
    Closes: #864407
---
 debian/mongodb-server.mongodb.service | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/mongodb-server.mongodb.service b/debian/mongodb-server.mongodb.service
index 928d933..0d3c5ba 100644
--- a/debian/mongodb-server.mongodb.service
+++ b/debian/mongodb-server.mongodb.service
@@ -1,6 +1,7 @@
 [Unit]
 Description=An object/document-oriented database
 Documentation=man:mongod(1)
+After=network.target
 
 [Service]
 User=mongodb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mongodb/pkg-mongodb.git



More information about the Pkg-mongodb-maintainers mailing list