Merge pull request #280708 from thillux/fix-trackpoint
modules/trackpoint: fix quote
This commit is contained in:
commit
ce1ed11483
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ with lib;
|
||||||
serviceConfig.Type = "oneshot";
|
serviceConfig.Type = "oneshot";
|
||||||
serviceConfig.RemainAfterExit = true;
|
serviceConfig.RemainAfterExit = true;
|
||||||
serviceConfig.ExecStart = ''
|
serviceConfig.ExecStart = ''
|
||||||
${config.systemd.package}/bin/udevadm trigger --attr-match=name="${cfg.device}
|
${config.systemd.package}/bin/udevadm trigger --attr-match=name="${cfg.device}"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue