3
0
Fork 0
forked from mirrors/nixpkgs

synergyc ip last arg fix

svn path=/nixos/trunk/; revision=11280
This commit is contained in:
Marc Weber 2008-03-25 00:14:05 +00:00
parent 0fbd66414a
commit 3b603a2281

View file

@ -24,7 +24,7 @@ description \"${name}\"
start on network-interfaces/started
stop on network-interfaces/stop
exec ${pkgs.synergy}/bin/synergyc -f ${configV "adress"} ${configV "screenName"}
exec ${pkgs.synergy}/bin/synergyc -f ${configV "screenName"} ${configV "address"}
";
} ) ];