- How do I start and stop the Teamviewer daemon on Linux?
# teamviewer --daemon stop
# teamviewer --daemon start
- How to set Teamviewer to autostart on boot.
For CentOS / RHEL 6.x:
1. You need to be root or any user with root rights.
2. Download the Script from below link:
3. Now Copy that Script to /etc/init.d/ and assign permissions:
[root@linux-support-ahmedabad-tejas-barot ~#] cp tvscript.sh /etc/init.d/tvscript
[root@linux-support-ahmedabad-tejas-barot ~#] chmod 0755 /etc/init.d/tvscript
4. Now Let’s Update it as a Custom Init Script ( Boot Script ):
[root@linux-support-ahmedabad-tejas-barot ~#] chkconfig --add tvscript
5. That’s It. Now You can use this script by /etc/init.d/tvscript or By rebooting your system.