You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
344 B
16 lines
344 B
[Unit]
|
|
Description=High-performance, schema-free document-oriented database
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
User=mongodb
|
|
EnvironmentFile=/etc/sysconfig/mongod
|
|
ExecStart=/bin/sh -c "exec $NUMACTL /usr/bin/mongod $OPTIONS run"
|
|
PrivateTmp=true
|
|
LimitNOFILE=64000
|
|
TimeoutStartSec=180
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|