summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2023-08-14 10:41:03 +0200
committerKhem Raj <raj.khem@gmail.com>2023-08-14 08:14:46 -0700
commite84dbcc3816661b602d5c324fa5a7d93ebe326f6 (patch)
treed07ef08a41d9d3cb218814490ccc68c7eb5a1ba7 /meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python
parente89194c3aac90790544128c2ac428c73cbe5c8b5 (diff)
downloadmeta-openembedded-e84dbcc3816661b602d5c324fa5a7d93ebe326f6.tar.gz
libusbgx: usbgx.service: use Type=oneshot
A regression was introduced by commit: ``` commit 48bc4b2d5e4688bac10bcca26657a5fe660b93ab Author: Ming Liu <liu.ming50@gmail.com> Date: Tue May 9 13:36:20 2023 +0200 libusbgx: fix some systemd service conditions Let usbgx.service require and run after sys-kernel-config.mount. Use "Type=simple" rather than "Type=oneshot", this ensures usbgx.service would not hang on failures, failures could happen in many conditions, like if the end user has manually configured something in configfs, or start usbgx.service twice, or someting wrong in /etc/default/usbgx or /etc/usbgx/*.schema. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> ``` In the case when 'Type=simple' is set, 'ExecStartPost=' will execute right after the process in 'ExecStart=' is started, but we need it execute after the last 'ExecStart=' process exited successfully, so change back to "Type=oneshot". Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python')
0 files changed, 0 insertions, 0 deletions