Skip to main content

Manual Service Launch on macOS

How to start the Flexi server in the terminal?

Written by Petr Pech

To start the service (Flexi server), the launchctl command is required. The service being started is named eu.flexibee.server.

The specific command to start the service is:

launchctl start eu.flexibee.server

If the service is not registered, use the following command instead:

launchctl load /Library/LaunchDaemons/eu.flexibee.server.plist.

Did this answer your question?