mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
12 lines
276 B
Desktop File
12 lines
276 B
Desktop File
[Unit]
|
|
Description=high-performance, schema-free document-oriented database
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
PrivateTmp=true
|
|
User=mongodb
|
|
ExecStart=/usr/bin/mongod --quiet --config /etc/mongodb/mongodb.conf
|
|
KillSignal=SIGINT
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|