Skip to content
Commit cd9ed7d9 authored by Andrew Geissler's avatar Andrew Geissler Committed by Brad Bishop
Browse files

Do not reload systemd when removing services



Testing has shown that reloading the systemd daemon during the execution
of the multi-user.target can cause intermittent failures. systemctl
itself has special code to handle the situation when it sends the
Reload command to the systemd daemon. It doubles the D-bus timeout and
it also expects a disconnect, not a reply to it's sd_bus_call().

There is no need to have systemd do a daemon-reload with these services.
The goal is to just prevent them from running during the next reboot of
the BMC in which case systemd will be reloading the services anyway.

(From meta-openpower rev: dc61895cbd6b269ed925fdb6266973a98f8a1d8e)

Signed-off-by: default avatarAndrew Geissler <geissonator@yahoo.com>
Change-Id: Ic9741234c9b0a4f7b1c020492a611da21f956d4f
Signed-off-by: default avatarBrad Bishop <bradleyb@fuzziesquirrel.com>
parent f76da500
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment