Created
January 2, 2018 21:07
-
-
Save dcasati/ef30bec89f76d15f8b8af22509785c68 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# On Ubuntu, you need to add the following line to your synergy.service file: | |
# 1. Edit the sudo vi /lib/systemd/system/synergy.service | |
[Service] | |
Environment=DISPLAY=:1 | |
# 2. reload systemd and the synergy service | |
sudo systemctl daemon-reload | |
sudo restart synergy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment