Skip to main content

Launchd Service

If you wish to install either FileFlows Server or FileFlows Node as a launchd service, follow this guide.

Ensure dotnet is available in your PATH.

Installation

To install FileFlows Server as a launchd service, run:

cd Server
dotnet FileFlows.Server.dll --launchd install

Check The Status

To check the status of the FileFlows Server service, run:

launchctl list | grep fileflows

Uninstall

To uninstall the Server service, run:

cd Server
dotnet FileFlows.Server.dll --launchd uninstall

Or to uninstall manually:

launchctl unload ~/Library/LaunchAgents/com.fileflows.server.plist
rm ~/Library/LaunchAgents/com.fileflows.server.plist