mongodb: supervise symlink is created automatically; do not hardcode path in service.

This commit is contained in:
Juan RP 2014-10-15 13:54:46 +02:00
parent 72aaaabdd2
commit d28bebe361
2 changed files with 1 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
exec /usr/bin/mongod --quiet --config /etc/mongodb/mongodb.conf
exec mongod --quiet --config /etc/mongodb/mongodb.conf

View File

@ -1 +0,0 @@
/run/runit/supervise.mongodb