mongodb: supervise symlink is created automatically; do not hardcode path in service.
This commit is contained in:
parent
72aaaabdd2
commit
d28bebe361
2 changed files with 1 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec /usr/bin/mongod --quiet --config /etc/mongodb/mongodb.conf
|
exec mongod --quiet --config /etc/mongodb/mongodb.conf
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
/run/runit/supervise.mongodb
|
|
Loading…
Reference in a new issue