Blame SOURCES/mongod.service

28a3cc
[Unit]
28a3cc
Description=High-performance, schema-free document-oriented database
28a3cc
After=syslog.target network.target
28a3cc
28a3cc
[Service]
28a3cc
Type=forking
28a3cc
User=mongodb
28a3cc
PIDFile=/var/run/mongodb/mongod.pid
28a3cc
EnvironmentFile=__SCL_SCRIPTS__/service-environment
28a3cc
EnvironmentFile=/etc/sysconfig/mongod
28a3cc
ExecStart=/bin/sh -c "exec @libexecdir@/mongodb-scl-helper enable __list of scls__ -- $NUMACTL /usr/bin/mongod $OPTIONS run"
28a3cc
PrivateTmp=true
28a3cc
LimitNOFILE=64000
28a3cc
TimeoutStartSec=180
28a3cc
28a3cc
[Install]
28a3cc
WantedBy=multi-user.target