Artix Linux Forum

Artix Linux => Package management => Topic started by: kenny_w on 22 January 2018, 17:10:04

Title: Teamviewer
Post by: kenny_w on 22 January 2018, 17:10:04
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.
Title: Re: Teamviewer
Post by: robin0800 on 23 January 2018, 11:09:48
I assume you have installed "teamviewer-openrc" ?
Title: Re: Teamviewer
Post by: kenny_w on 27 January 2018, 23:26:22
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.
Title: Re: Teamviewer
Post by: robin0800 on 28 January 2018, 03:11:32
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.