summarylogtreecommitdiffstats
path: root/mongodb.service
diff options
context:
space:
mode:
Diffstat (limited to 'mongodb.service')
-rw-r--r--mongodb.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/mongodb.service b/mongodb.service
new file mode 100644
index 000000000000..78d551183838
--- /dev/null
+++ b/mongodb.service
@@ -0,0 +1,10 @@
+[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