mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
11 lines
212 B
SYSTEMD
11 lines
212 B
SYSTEMD
![]() |
[Unit]
|
||
|
Description=High-performance, schema-free document-oriented database
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
User=mongodb
|
||
|
ExecStart=/usr/bin/mongod --config /etc/mongodb.conf
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|