Service configuration for MongoDB on MacOS fails to launch image
Good evening everyone,
enabling the MongoDB service for test runs with MacOS fails to start.
```yml
version: "{build}"
image:
- Visual Studio 2022
- Ubuntu
- macOS
services:
- mongodb
```
The build succeeds on Linux and Windows, but fails on MacOS with the following log.
```log
Starting 'services'
Starting MongoDB
sudo: systemctl: command not found
Error enabling 'mongodb' service: Command exited with code 1
```
At first glance it appears as if the system is misidentified as Linux, instead of MacOS for starting MongoDB.
Any insight into this behaviour? Thanks in advance!
Have a nice evening
ProphetLamb
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac