Install Synergy
[wynter-salt-workstation.git] / roles / core / home / files / dereckson / bin / start
blobfcb1a2d7d701103ab54591d1f033c97a5a6bc6cc
1 #!/bin/sh
3 # -------------------------------------------------------------
4 # Starting script for X sessions
5 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
6 # Project: Wynter
7 # License: Trivial work, not eligible to copyright
8 # -------------------------------------------------------------
10 # -------------------------------------------------------------
11 # Synergy
12 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
14 {% if is_synergy_server %}
15 synergys --daemon --no-tray --debug NOTE --name {{ hostname }} -c {{ etc }}/synergy.conf --address :24800
16 {% else %}
17 synergyc --daemon --no-tray --debug WARNING --name {{ hostname }} {{ synergy_server }}:24800
18 {% endif %}