mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
21 lines
417 B
Desktop File
21 lines
417 B
Desktop File
[Unit]
|
|
Description=High-performance, schema-free document-oriented database
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=mongodb
|
|
ExecStart=/usr/bin/mongod --config /etc/mongodb.conf
|
|
# Other directives omitted
|
|
# (file size)
|
|
LimitFSIZE=infinity
|
|
# (cpu time)
|
|
LimitCPU=infinity
|
|
# (virtual memory size)
|
|
LimitAS=infinity
|
|
# (open files)
|
|
LimitNOFILE=64000
|
|
# (processes/threads)
|
|
LimitNPROC=64000
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|