Blame SOURCES/mongod.service

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