Files
void-packages/srcpkgs/synergy/files/synergys/run
Michael Carlberg 3fefc5af7e synergy: update to 1.7.5
- Bumps version to 1.7.5
- Adds patches to fix build using Qt>=5.5
- Install service files
2016-03-08 20:18:09 +01:00

5 lines
145 B
Bash
Executable File

#!/bin/sh
[ -r ./conf ] && . ./conf
[ -z $SKIP_X11_TEST ] && ! ps -C Xorg >/dev/null 2>&1 && exit 0
exec synergys --no-daemon ${OPTS:=--restart}