summarylogtreecommitdiffstats
path: root/mongodb-3.6.service
diff options
context:
space:
mode:
authorViktor Semykin2020-10-22 17:07:48 -0300
committerViktor Semykin2020-10-22 17:11:24 -0300
commit526c9f7d223fb380afb395dce3be5f3bde9c4294 (patch)
tree31164dc59253466ca1b0a03536b8f82e00068d53 /mongodb-3.6.service
downloadaur-mongodb-3.6-bin.tar.gz
initial
Diffstat (limited to 'mongodb-3.6.service')
-rw-r--r--mongodb-3.6.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/mongodb-3.6.service b/mongodb-3.6.service
new file mode 100644
index 000000000000..37204b523133
--- /dev/null
+++ b/mongodb-3.6.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=High-performance, schema-free document-oriented database
+After=network.target
+
+[Service]
+User=mongodb
+ExecStart=/usr/bin/mongod --config /etc/mongodb.conf
+
+[Install]
+WantedBy=multi-user.target
+Alias=mongodb.service