mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
15 lines
325 B
Desktop File
15 lines
325 B
Desktop File
[Unit]
|
|
Description=High-performance, schema-free document-oriented database
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
User=mongodb
|
|
Group=mongodb
|
|
PIDFile=/var/run/mongodb/mongod.pid
|
|
EnvironmentFile=/etc/sysconfig/mongodb
|
|
ExecStart=/usr/bin/mongod -f /etc/mongod.conf
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|