User Tools

Site Tools


blog:teamviewer_linux_without_permanently_running_daemon

This is an old revision of the document!


Teamviewer linux without permanently running daemon

Teamviewer Linux has the annoying property of installing a permanently running daemon. This not only consumes resources but also presents a security risk. You can disable the daemon startup, however then the teamviewer client does not work anymore. The following script handles things automatically:

teamviewer-run.sh
#!/bin/sh
echo starting teamviewer daemon
sudo teamviewer --daemon enable
teamviewer &
wait $!
echo teamviewer finished
sudo teamviewer --daemon disable
echo stopped and disabled teamviewer daemon

Discussion

Enter your comment. Wiki syntax is allowed:
 ______   ____  _____   ____   ____
/_  __/  / __/ / ___/  / __/  / __/
 / /    / _/  / (_ /  / _/   / _/  
/_/    /_/    \___/  /___/  /___/
 
blog/teamviewer_linux_without_permanently_running_daemon.1494915045.txt.gz · Last modified: 2017-05-16 08:10 by brb