TIBCO Spotfire® Server and Environment - Installation and Administration

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 tss-<version-number>
  2. Verify the service is enabled:
    sudo systemctl status tss-<version-number>
    Note: To disable service start at boot:
    sudo systemctl disable tss-<version-number>

Results

Your Spotfire Server service starts on boot.