Skip to content

Instantly share code, notes, and snippets.

@JAicewizard
Last active August 1, 2018 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JAicewizard/a70388a3a7c52fef21299f961a652364 to your computer and use it in GitHub Desktop.
Save JAicewizard/a70388a3a7c52fef21299f961a652364 to your computer and use it in GitHub Desktop.
a patched version of the synergy.service file for synergy 2
[Unit]
Description=Synergy Service
After=network.target
[Service]
Type=simple
Restart=always
RestartSec=0
SyslogLevel=err
Environment=DISPLAY={DISPLAY}
Environment=XAUTHORITY={XAUTHORITY}
ExecStart=/usr/bin/synergy-service
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment