Created
August 6, 2019 13:23
-
-
Save zzag/691ee0a9256d3b04a6fab4a2daded24b to your computer and use it in GitHub Desktop.
/usr/lib/systemd/system/[email protected]
This file contains hidden or 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 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