Configuring Automatic Startup of tsimport and tsexport
- Login as root.
-
Use the chkconfig command to add the processes:
#systemctl enable tsimport.service #systemctl enable tsexport.service -
You can now start and stop these programs with the commands:
#systemctl start tsimport #systemctl stop tsimport
