Skip to content

Instantly share code, notes, and snippets.

View mrmarcondes's full-sized avatar
🏠
Working from home

Marco Rojo mrmarcondes

🏠
Working from home
View GitHub Profile
@benileo
benileo / mongod.service
Last active March 1, 2021 04:57
Systemd Service Script for Mongod On Ubuntu 15.04, 15.10, 16.04 Xenial
[Unit]
Description=High-performance, schema-free document-oriented database
Documentation=man:mongod(1)
After=network.target
[Service]
Type=forking
User=mongodb
Group=mongodb