[Pkg-mongodb-maintainers] [pkg-mongodb] 376/394: Drop mongodb.upstrart

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Wed Sep 21 14:00:36 UTC 2016


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

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

commit 671e3e20d4c3abcd58318101c6619248620b430a
Author: Apollon Oikonomopoulos <apoikos at debian.org>
Date:   Thu Feb 11 00:36:13 2016 +0200

    Drop mongodb.upstrart
    
    dh_installinit installs mongodb-server.mongodb.upstart.
---
 debian/mongodb.upstart | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/debian/mongodb.upstart b/debian/mongodb.upstart
deleted file mode 100644
index 1fc9969..0000000
--- a/debian/mongodb.upstart
+++ /dev/null
@@ -1,19 +0,0 @@
-# Ubuntu upstart file at /etc/init/mongodb.conf
-
-limit nofile 20000 20000
-
-kill timeout 300 # wait 300s between SIGTERM and SIGKILL.
-
-pre-start script
-    mkdir -p /var/lib/mongodb/
-    mkdir -p /var/log/mongodb/
-end script
-
-start on runlevel [2345]
-stop on runlevel [06]
-
-script
-  ENABLE_MONGODB="yes"
-  if [ -f /etc/default/mongodb ]; then . /etc/default/mongodb; fi
-  if [ "x$ENABLE_MONGODB" = "xyes" ]; then exec start-stop-daemon --start --quiet --chuid mongodb --exec  /usr/bin/mongod -- --config /etc/mongodb.conf; fi
-end script

-- 
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