I have synergyc process that starts at boot. How do I prevent this process from starting? I've searched /etc, /etc/init.d for some configs or scripts but found nothing.
|
feedback
|
|
Look in /etc/rc.d/* for it.. Also check /etc/rc.local You could also just add a line to /etc/rc.local, like "killall synergyc" - though if that's called too soon, then it won't help - so you could write a cron script for that. Yeah, it's kinda messy. | |||
feedback
|
|
Some ideas:
| |||
feedback
|
|
It's really strange that Check this guide about synergy autostart, there are examples of startup configurations for several desktop managers. | |||
|
feedback
|

synergycowner isrootso i think is started at boot. I'm logged as another user and~/.config/have nothing related to this process :( – marioosh Jul 7 '11 at 13:34