[Pkg-mongodb-maintainers] [pkg-mongodb] 05/06: Remove upstart script
Apollon Oikonomopoulos
apoikos at moszumanska.debian.org
Sun Oct 8 08:51:42 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 9ea5f8672c9274e8d54735025550cdd057132435
Author: Apollon Oikonomopoulos <apoikos at debian.org>
Date: Sun Oct 8 10:40:14 2017 +0300
Remove upstart script
---
debian/mongodb-server.mongodb.upstart | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/debian/mongodb-server.mongodb.upstart b/debian/mongodb-server.mongodb.upstart
deleted file mode 100644
index 537be20..0000000
--- a/debian/mongodb-server.mongodb.upstart
+++ /dev/null
@@ -1,24 +0,0 @@
-# vim: set ft=upstart ts=4 et:
-description "MongoDB"
-
-start on runlevel [2345]
-stop on runlevel [!2345]
-
-limit nofile 64000 64000
-
-kill timeout 300 # wait 300s between SIGTERM and SIGKILL.
-
-pre-start script
- [ -e /run/mongodb ] || install -m 755 -o mongodb -g mongodb -d /run/mongodb
-end script
-
-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