mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-28 16:24:56 +01:00
12 lines
278 B
Desktop File
12 lines
278 B
Desktop File
[Unit]
|
|
Description=High-performance, schema-free document-oriented database
|
|
After=network.target
|
|
Documentation=https://docs.mongodb.org/manual
|
|
|
|
[Service]
|
|
User=mongodb
|
|
Group=mongodb
|
|
ExecStart=/usr/bin/mongod --quiet --config /etc/mongod.conf
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |