]> git.rmz.io Git - dotfiles.git/blob - systemd/user/synergys.service
Other changes at cadscan (with the ones I want to keep stripped)
[dotfiles.git] / systemd / user / synergys.service
1 [Unit]
2 Description=Synergy Client Daemon
3 After=network.target
4
5 [Service]
6 ExecStart=/usr/bin/synergys --no-daemon --no-restart --name sb-linux --config %h/.config/synergy.conf
7 Restart=on-failure
8
9 [Install]
10 WantedBy=default.target