forked from mirrors/nixpkgs
gpm: Better start condition
This commit is contained in:
parent
febb15f722
commit
0121688424
|
@ -44,7 +44,7 @@ in
|
|||
{ description = "Console Mouse Daemon";
|
||||
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "systemd-udev-settle.service" ];
|
||||
requires = [ "getty.target" ];
|
||||
|
||||
serviceConfig.ExecStart = "@${pkgs.gpm}/sbin/gpm gpm -m /dev/input/mice -t ${cfg.protocol}";
|
||||
serviceConfig.Type = "forking";
|
||||
|
|
Loading…
Reference in a new issue