synergyc ip last arg fix
svn path=/nixos/trunk/; revision=11280
This commit is contained in:
parent
0fbd66414a
commit
3b603a2281
|
@ -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"}
|
||||
";
|
||||
|
||||
} ) ];
|
||||
|
|
Loading…
Reference in New Issue