Skip to main content Link Menu Expand (external link) Document Search Copy Copied

How do I manage the FeatureBase service?

You can start, stop and check the status of the featurebase.service using systemctl commands.

These instructions do not apply when manually starting FeatureBase from the CLI

Before you begin

Manage FeatureBase service

Description Command
Verify FeatureBase service status sudo systemctl status featurebase
Start FeatureBase services sudo systemctl start featurebase
Stop FeatureBase services sudo systemctl stop featurebase
Restart FeatureBase services sudo systemctl restart featurebase
Run featureBase automatically after a reboot sudo systemctl enable featurebase.service