From 9103063af8e95ccc438e1e60e3214004d1d2f059 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 11 Jul 2018 21:54:21 -0400 Subject: [PATCH] Update mongodb.service --- roles/mongodb/templates/mongodb.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/mongodb/templates/mongodb.service b/roles/mongodb/templates/mongodb.service index 328682a10..40f4f573f 100644 --- a/roles/mongodb/templates/mongodb.service +++ b/roles/mongodb/templates/mongodb.service @@ -6,8 +6,7 @@ After=syslog.target network.target Type=simple User=mongodb Group=mongodb -ExecStart=/usr/bin/mongod -f /etc/mongod.conf +ExecStart=/usr/bin/mongod -f /etc/mongod.conf [Install] WantedBy=multi-user.target -