- 
    Type:Bug 
- 
    Resolution: Gone away
- 
    Priority:Major - P3 
- 
    None
- 
    Affects Version/s: None
- 
    Component/s: Packaging
- 
        ALL
- 
        - Fresh Centos75 bento box (bento/centos-7.5)
- Download the rpm from our downloads center
- sudo rpm --prefix /opt/mdb package.rpm
- sudo systemctl start mongod
 
- 
        Build 2018-10-22, Build 2018-11-05
- 
        (copied to CRM)
- 
        5
- 
        None
- 
        None
- 
        None
- 
        None
- 
        None
- 
        None
- 
        None
The MongoDB RPM is relocatable according
rpm -qvip
However it appears the included mongod.service does not reflect a relocation and still expects the executable at /usr/bin/mongod. The service then fails to start.
Editing mongod.service and updating ExecStart fixes the issue