commit | 568781e5a805edcb805a306733c10b6588b4165f | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Thu Apr 07 16:46:36 2022 -0500 |
committer | Matt Spinler <spinler@us.ibm.com> | Fri May 13 20:08:51 2022 +0000 |
tree | 873a8035d9eb5101f0081d4e909cdd3d44c54989 | |
parent | 0b59034a2f5bf0870b66accf8914c28e52c40a2d [diff] [blame] |
meta-ibm: Use proper path names in service files Don't use /usr/bin/env, it's an antipattern. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: If388f5427bb2ca45718d0ca99452bf3f147861dd
diff --git a/meta-ibm/meta-romulus/recipes-phosphor/gpio/id-button/id-button-pressed.service b/meta-ibm/meta-romulus/recipes-phosphor/gpio/id-button/id-button-pressed.service index f633fc3..c4f939c 100644 --- a/meta-ibm/meta-romulus/recipes-phosphor/gpio/id-button/id-button-pressed.service +++ b/meta-ibm/meta-romulus/recipes-phosphor/gpio/id-button/id-button-pressed.service
@@ -6,5 +6,4 @@ [Service] Type=oneshot -ExecStart=/usr/bin/env toggle_identify_led.sh -SyslogIdentifier=id-button +ExecStart=/usr/bin/toggle_identify_led.sh