Last active
August 1, 2018 11:36
-
-
Save JAicewizard/a70388a3a7c52fef21299f961a652364 to your computer and use it in GitHub Desktop.
a patched version of the synergy.service file for synergy 2
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
[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