mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-17 23:48:20 +00:00
Closes: https://bugs.gentoo.org/839369 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org> Package-Manager: Portage-3.0.30, Repoman-3.0.3 Closes: https://github.com/gentoo/gentoo/pull/25154 Signed-off-by: Alexys Jacob <ultrabug@gentoo.org>
12 lines
239 B
Text
12 lines
239 B
Text
[Unit]
|
|
Description=High-performance, schema-free document-oriented database
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=mongodb
|
|
ExecStart=/usr/bin/mongod --quiet --config /etc/mongodb.conf
|
|
LimitNOFILE=65536
|
|
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|