commit | 1efa3e2969262594457441acc612216dd1e2e7e7 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Thu Apr 07 16:19:50 2022 -0500 |
committer | Matt Spinler <spinler@us.ibm.com> | Wed Jun 22 18:23:51 2022 +0000 |
tree | 832f7101875be155c1665fc6c1a4053312306536 | |
parent | 94afa4bacfda2c86fdccdd2c1a8cbeae3f2129ed [diff] |
Use proper path in service file Using /usr/bin/env is an antipattern. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Ife47cd4eec90d280a329c8e7977cd1051e5d9c75
diff --git a/service_files/phosphor-button-handler.service b/service_files/phosphor-button-handler.service index 79b5b05..de79594 100644 --- a/service_files/phosphor-button-handler.service +++ b/service_files/phosphor-button-handler.service
@@ -7,8 +7,7 @@ [Service] Restart=always -ExecStart=/usr/bin/env button-handler -SyslogIdentifier=button-handler +ExecStart=/usr/bin/button-handler [Install] WantedBy=multi-user.target