Disable teamviewerd at start

I installed teamviewer 8. I notice that its service starts automatically. I found its location at /opt/teamviewer8/teamviewer 8/tv_bin

I also read that it uses systemd. However I can’t find where to disable it. It’s not listed in the Yast services runlevel list either.

Thanks.

If you want a gui tool use systemadm (package systemd-ui), it is
teamviewerd.service, from command line


systemctl stop teamviewerd.service

should stop it.


PC: oS 12.3 x86_64 | i7-2600@3.40GHz | 16GB | KDE 4.10.2 | GTX 650 Ti
ThinkPad E320: oS 12.3 x86_64 | i3@2.30GHz | 8GB | KDE 4.10.2 | HD 3000
HannsBook: oS 12.3 x86_64 | SU4100@1.3GHz | 2GB | KDE 4.10.2 | GMA4500

Sorry, you asked to disable it completely, I think it can be done with
systemctl, but do not know how. You can remove the symbolic links in
/etc/systemd/system and /etc/systemd/system/graphical.target.wants


PC: oS 12.3 x86_64 | i7-2600@3.40GHz | 16GB | KDE 4.10.2 | GTX 650 Ti
ThinkPad E320: oS 12.3 x86_64 | i3@2.30GHz | 8GB | KDE 4.10.2 | HD 3000
HannsBook: oS 12.3 x86_64 | SU4100@1.3GHz | 2GB | KDE 4.10.2 | GMA4500

On Wed, 24 Apr 2013 20:59:31 +0000, Martin Helm wrote:

> I think it can be done with systemctl, but do not know how

systemctl disable teamviewerd.service

As I recall. :slight_smile:

Jim


Jim Henderson
openSUSE Forums Administrator
Forum Use Terms & Conditions at http://tinyurl.com/openSUSE-T-C

“man” confirms your “recall”.
Alt+F2 ==> xdg-open man:systemd

http://paste.opensuse.org/images/36834465.png

On Thu, 25 Apr 2013 02:16:01 +0000, vazhavandan wrote:

> “man” confirms your “recall”. Alt+F2 ==> xdg-open man:systemd

As does systemctl --help

:slight_smile:

Jim


Jim Henderson
openSUSE Forums Administrator
Forum Use Terms & Conditions at http://tinyurl.com/openSUSE-T-C

ls

dbus-org.freedesktop.Avahi.service getty.target.wants multi-user.target.wants sockets.target.wants
default.target graphical.target.wants network.target.wants teamviewerd.service
default.target.wants klogd.service printer.target.wants

Maybe I should just delete the link?

But

systemctl disable teamviewerd.service

Failed to issue method call: No such file or directory

On Thu, 25 Apr 2013 09:06:02 +0000, bonedriven wrote:

> Maybe I should just delete the link?

Please post command output in CODE tags (# button in the advanced post
editor) so we can read the output without lines being run together.

Jim


Jim Henderson
openSUSE Forums Administrator
Forum Use Terms & Conditions at http://tinyurl.com/openSUSE-T-C