Running Synergy at login screen (new Linux user)
help.symless.com·1d·
Discuss: r/cachyos
🐧Linux
Preview
Report Post

Product: Synergy 1.17.0 and above Operating System: Linux

How to run Synergy automatically after login - create a user-level systemd service

  1. Open the terminal
  2. Run the following command to find and copy the core launch command:
ps aux | grep synergy-client
nano ~/.config/systemd/user/synergy-session.service
  1. Copy and paste in the following script:
[Unit]Description=Synergy Client (User Session)After=graphical-session.target network.target[Service]ExecStart=/usr/bin/synergy-client -f --no-tray --debug INFO --enable-crypto --name YOUR_CLIENT_NAME --sync-language YOUR_SERVER_IP:24800Restart=on-failure[Install]WantedBy=default.target

Press Ctrl+O to save, and Ctrl+X to close nano

Now enable the service:

systemctl --user daemon-re...

Similar Posts

Loading similar posts...

Keyboard Shortcuts

Navigation
Next / previous item
j/k
Open post
oorEnter
Preview post
v
Post Actions
Love post
a
Like post
l
Dislike post
d
Undo reaction
u
Recommendations
Add interest / feed
Enter
Not interested
x
Go to
Home
gh
Interests
gi
Feeds
gf
Likes
gl
History
gy
Changelog
gc
Settings
gs
Browse
gb
Search
/
General
Show this help
?
Submit feedback
!
Close modal / unfocus
Esc

Press ? anytime to show this help