Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 859 Bytes

File metadata and controls

18 lines (14 loc) · 859 Bytes

synd

Created Date: 1/21/2014
Last Updated: 1/21/2014
Description: The included script allows for a standard installation of the License Manager (synd) as a service under Linux (eg, RedHat/Fedora/CentOS).
Platforms: Unix
Products: Licensing
Minimum Version: 6
Author: Mark Vinten


Additional Information:

  1. Copy the file to /etc/init.d and edit the SYNDIR line to include the correct path to the base Synergy/DE directory.

  2. Make the script file executable using "chmod a+x synd".

  3. Run "chkconfig synd --add" to add the service to the system runlevel directories for automatic start/stop when the system is brought up or down.

Note: This will also enable the use of the "service" command method of starting/stopping/restarting the license manager. i.e., service synd stop