mongodb: supervise symlink is created automatically; do not hardcode path in service.
This commit is contained in:
parent
72aaaabdd2
commit
d28bebe361
|
@ -1,2 +1,2 @@
|
|||
#!/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 New Issue
Block a user