Skip to main content
Topic: Teamviewer (Read 1314 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Teamviewer

Hey guys, I tried installing teamviewer from the AUR but it won't run the daemon, I guess because its made for SystemD. Any idea how we can get the teamvewer daemon to run on OpenRC? I have systemd-dummy, I'm kind of surprised that doesn't allow it to work.

Re: Teamviewer

Reply #1
I assume you have installed "teamviewer-openrc" ?

Re: Teamviewer

Reply #2
Ya I installed teamviewer-openrc, it still doesn't work.

Edit: Ohh I get it now, I have to start the daemon with OpenRC and then open it up... Would be nice if we could get it built into a teamviewer package on our local Artix repositories.

I have to do:
Code: [Select]
 sudo rc-service teamviewer start

And then just gotta run the teamviewer command. makes sense now.

 

Re: Teamviewer

Reply #3
If you want it to autostart the command is "sudo rc-update add teamviewer"  (Run Level) probably "default" but I don't know.
Then "sudo openrc" will start it, no need to reboot.