mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-14 17:39:16 +00:00
12 lines
234 B
Desktop File
12 lines
234 B
Desktop File
[Unit]
|
|
Description=An object/document-oriented database
|
|
Documentation=man:mongod(1)
|
|
After=mynode.service
|
|
|
|
[Service]
|
|
User=mongodb
|
|
ExecStart=/usr/bin/mongod --config /etc/mongodb.conf
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |