diff options
author | Bedel, Alban <alban.bedel@aerq.com> | 2019-07-31 14:01:58 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-30 16:44:41 +0100 |
commit | 95632e679df13fd5a45725e3752c49986ed2fe73 (patch) | |
tree | 45ea96902b3c7dce24ad05fff39588f6f4f1e5ad /meta/recipes-extended/gzip/gzip-1.10 | |
parent | bd1ccd4c28c99ae65a00b03ae98c4cde67f0043c (diff) | |
download | poky-95632e679df13fd5a45725e3752c49986ed2fe73.tar.gz |
rng-tools: fix very long shutdown delay with systemd
The systemd service file has DefaultDependencies=no but is not
properly configured to also stop the unit. Because of this the unit
keep running after shutdown but systemd still waits for it to finish to
then later resort to a hard kill. All this take 1m30s with the default
configuration.
To fix this problem add the missing Before=shutdown.target and
Conflicts=shutdown.target to have systemd stop the unit on shutdown.
(From OE-Core rev: b6daf8a5755842c0e38b1a88687a18432138a45a)
Signed-off-by: Alban Bedel <alban.bedel@aerq.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/gzip/gzip-1.10')
0 files changed, 0 insertions, 0 deletions