Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. [Unit]
  2. Description=High-performance, schema-free document-oriented database
  3. After=network.target
  4.  
  5. [Service]
  6. User=mongodb
  7. ExecStart=/usr/bin/mongod --quiet --config /etc/mongod.conf
  8.  
  9. [Install]
  10. WantedBy=multi-user.target
  11.  
  12. ● mongodb.service - High-performance, schema-free document-oriented database
  13. Loaded: loaded (/etc/systemd/system/mongodb.service; enabled; vendor preset: enabled)
  14. Active: failed (Result: exit-code) since Mon 2017-04-24 13:08:55 UTC; 6min ago
  15. Process: 1094 ExecStart=/usr/bin/mongod --quiet --config /etc/mongod.conf (code=exited, status=48)
  16. Main PID: 1094 (code=exited, status=48)
  17.  
  18. Apr 24 13:08:54 ip-172-31-37-163 systemd[1]: Started High-performance, schema-free document-oriented database.
  19. Apr 24 13:08:55 ip-172-31-37-163 systemd[1]: mongodb.service: Main process exited, code=exited, status=48/n/a
  20. Apr 24 13:08:55 ip-172-31-37-163 systemd[1]: mongodb.service: Unit entered failed state.
  21. Apr 24 13:08:55 ip-172-31-37-163 systemd[1]: mongodb.service: Failed with result 'exit-code'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement