Blame SOURCES/mongod.service

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