commit | 78c198b97877a55f207e9aa073a3e61119354d68 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Aug 26 14:51:26 2024 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Aug 26 21:45:47 2024 -0400 |
tree | a7a3aa3ccdeceab569b9dc86f8b48d199030a9e8 | |
parent | e32dee22a24e910a5fbe704f639451352c0d90c6 [diff] [blame] |
meta-facebook: remove .sh suffix for scripts Scripts and executables should not have a language-based extension in order to simplify user operations and to avoid excessive refactoring when rewrites are done. Remove all `.sh` extensions on scripts. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I408fa0f31e6064c0ce3c1559a4182cd625e91f21
diff --git a/meta-facebook/meta-yosemite4/recipes-networking/mctp/files/setup-static-endpoints.conf b/meta-facebook/meta-yosemite4/recipes-networking/mctp/files/setup-static-endpoints.conf index e629739..4e59295 100644 --- a/meta-facebook/meta-yosemite4/recipes-networking/mctp/files/setup-static-endpoints.conf +++ b/meta-facebook/meta-yosemite4/recipes-networking/mctp/files/setup-static-endpoints.conf
@@ -3,6 +3,6 @@ Requires=mctpd.service [Service] -ExecStartPost=-/usr/libexec/mctp/setup-static-endpoints.sh +ExecStartPost=-/usr/libexec/mctp/setup-static-endpoints Restart=always RestartSec=10