Spotfire Server and Environment - Quick Start

Setting the Spotfire Server service to start on boot (Linux)

You can enable or disable automatic service start on boot.

About this task

Note: Following Linux standard packaging guidelines, the Spotfire service is not configured to automatically start on boot after package installation.

Before you begin

Procedure

  1. Set the service to start at boot:
    sudo systemctl enable spotfireserver-<version-number>
  2. Verify the service is enabled:
    sudo systemctl status spotfireserver-<version-number>
    Note: To disable service start at boot:
    sudo systemctl disable spotfireserver-<version-number>

Results

Your Spotfire Server service starts on boot.