Files
for-gentoo/dev-db/mongodb/files/mongodb.service
T
Daniele Rondina f5875512ac dev-db/mongodb: Bump v.4.2.6 (fork gentoo)
It seems that emerge solver inject py3.7 also if there is py3.6
installed.
2020-06-25 09:49:40 +02:00

11 lines
220 B
Desktop File

[Unit]
Description=High-performance, schema-free document-oriented database
After=network.target
[Service]
User=mongodb
ExecStart=/usr/bin/mongod --quiet --config /etc/mongodb.conf
[Install]
WantedBy=multi-user.target