mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update mongodb.service.j2
This commit is contained in:
parent
db9d9be955
commit
b35b612c52
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Type=simple
|
|||
User=mongodb
|
||||
Group=mongodb
|
||||
ExecStartPre=/usr/bin/mongod --repair --dbpath {{ mongodb_db_path }}
|
||||
ExecStart=/usr/bin/mongod -f /etc/mongod.conf
|
||||
ExecStart=/usr/bin/mongod -f {{ mongodb_conf }}
|
||||
ExecStop=/usr/bin/killall mongod
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue