mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-06 23:31:34 +00:00
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 a new issue