diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-19 12:19:32 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-19 12:20:28 +0000 |
commit | 8006bfabd79f44cc7e5d7442531df58c44ff5f8a (patch) | |
tree | 6320fd3c04f3c3c3e32a94a82a06b59b877aa7c6 /testing/mongodb/mongodb.initd | |
parent | f909cdda508620a32548c406223a50c90c22be0d (diff) | |
download | aports-8006bfabd79f44cc7e5d7442531df58c44ff5f8a.tar.bz2 aports-8006bfabd79f44cc7e5d7442531df58c44ff5f8a.tar.xz |
testing/mongodb: start after firewall
Diffstat (limited to 'testing/mongodb/mongodb.initd')
-rw-r--r-- | testing/mongodb/mongodb.initd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/mongodb/mongodb.initd b/testing/mongodb/mongodb.initd index a6d996232a..fede8f683c 100644 --- a/testing/mongodb/mongodb.initd +++ b/testing/mongodb/mongodb.initd @@ -5,6 +5,7 @@ depend() { need net + after firewall } start() { |