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.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
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. |
|||
|
|
Some ideas:
|
|||
|
|
It's really strange that Check this guide about synergy autostart, there are examples of startup configurations for several desktop managers. |
|||
|
|
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