Configuring Automatic Startup of tsimport and tsexport

  1. Login as root.
  2. Use the chkconfig command to add the processes:
    #systemctl enable tsimport.service
    #systemctl enable tsexport.service
  3. You can now start and stop these programs with the commands:
    #systemctl start tsimport
    #systemctl stop tsimport