You could try to make shell script like this one:
#!/bin/bash
/usr/bin/teamviewer
or whatever is the path to the teamviewer executable save it to:
/etc/init.d/teamviewer_start
and change permission:
chmod 777 /etc/init.d/teamviewer_start
create link:
ln -s /etc/init.d/teamviewer_start /etc/rc5.d/S99teamviewer
and it should start with the machine regardless of the fact that no user has yet done login.
Remark:
/etc/rc5.d/ is the directory where startup scripts are located (default init level is 5, that's why it is named rc5.d). Scripts whose names start with capital "S" are executed in alphabetical order, starting from S00 to S99.
Following the analogy, the directory /etc/rc0.d/ contains stop script executed when machine goes down. Their names begin with "K" starting from K00 to K99.
Thursday, January 6, 2011
Teamviewer @ Ubuntu - run it as a service
Subscribe to:
Post Comments (Atom)
How to use DiskSpd to simulate Veeam Backup & Replication disk actions
This HOW-TO contains information on how to use Microsoft© DiskSpd to simulate Veeam Backup & Replication disk actions to measure disk pe...
-
During troubleshooting of issue at my customer in OneView, I have noticed that there is a SSL certificate issue with one of iLO4 of BL460ge...
-
The wonderful security updates in Firefox (and Chrome) will give you the dreaded SSL_ERROR_BAD_MAC_ALERT . So no more ILO for you How to ...
-
During update from one version to another or sometimes when you reboot Zimbra you can get following error: "Error: Queue report unav...
1 comment:
Followed the instructions but doesn't work.
Post a Comment