mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
12 lines
247 B
Desktop File
12 lines
247 B
Desktop File
[Unit]
|
|
Description=High-performance, schema-free document-oriented database
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=mongodb
|
|
Group=mongodb
|
|
ExecStart=/usr/bin/mongod -f /etc/mongod.conf
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|