diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-02-16 08:25:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 08:25:49 +0100 |
commit | 8f50eb04acb37b8ef50f823a2917bf0a10e9ec8e (patch) | |
tree | 9896eb01d01e46ece5a2efd109b5716915141c91 /src/core/execute.c | |
parent | 71311efe2377d7e37a6af76f110882eed2332f4e (diff) | |
parent | fa97d2fcf64e0558054bee673f734f523373b146 (diff) | |
download | systemd-8f50eb04acb37b8ef50f823a2917bf0a10e9ec8e.tar.gz |
Merge pull request #18481 from keszybz/rpm-restart-post-trans
Restart units after the rpm transaction
Diffstat (limited to 'src/core/execute.c')
-rw-r--r-- | src/core/execute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/execute.c b/src/core/execute.c index 2c35a917f8..d14aec47d0 100644 --- a/src/core/execute.c +++ b/src/core/execute.c @@ -93,7 +93,7 @@ #include "terminal-util.h" #include "tmpfile-util.h" #include "umask-util.h" -#include "unit.h" +#include "unit-serialize.h" #include "user-util.h" #include "utmp-wtmp.h" |