Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save joeking11829/4d4f2a9e5a1af778d3be36c74f37e9e7 to your computer and use it in GitHub Desktop.
Save joeking11829/4d4f2a9e5a1af778d3be36c74f37e9e7 to your computer and use it in GitHub Desktop.
Starting Synergy Client at Boot on Ubuntu 16.04
create /etc/lightdm/lightdm.conf.d/20-ubuntu.conf as follows:
Add to the new file:
[SeatDefaults]
greeter-setup-script=/usr/bin/synergyc --daemon [server address]
user-session=Ubuntu
Set the proper permissions:
$ sudo chmod 600 20-lubuntu.conf
$ ls 20-lubuntu.conf
-rw------- 1 root root 189 Jun 8 23:43 20-lubuntu.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment