
startup synergy client before login (xfce)
02/06/2014
Want to start synergy before the login screen?
Create a file in : /usr/local/bin
1 2 3 4 5 |
#!/bin/bash # # START SYNERGY CLIENT # synergyc 192.168.1.33 |
then chmod +x it.
Add a line to the file in /etc/rc.local just before “exit 0” to execute the script at boot and before the login screen.
Share the post "startup synergy client before login (xfce)"