summaryrefslogtreecommitdiff
path: root/.config/systemd/user/synergy@.service
blob: df0640a165caa6dbd6bffd65a78c70c801aa6daf (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Keyboard and mouse sharing on X display %I
StopWhenUnneeded=true
Requires=panel@%i.target

[Service]
Type=simple
Environment=DISPLAY=%I
ExecStart=/usr/bin/synergy
Restart=always