PKGBUILDs/community/mongodb/mongodb.service
2014-02-04 15:38:10 +00: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