Skip to content

Instantly share code, notes, and snippets.

@zzag
Created August 6, 2019 13:23
Show Gist options
  • Save zzag/691ee0a9256d3b04a6fab4a2daded24b to your computer and use it in GitHub Desktop.
Save zzag/691ee0a9256d3b04a6fab4a2daded24b to your computer and use it in GitHub Desktop.
/usr/lib/systemd/system/[email protected]
[Unit]
Description=Synergy Server Daemon
After=network.target
[Service]
User=%i
ExecStart=/usr/bin/synergys --no-daemon --config /etc/synergy.conf --enable-crypto
Restart=on-failure
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment