diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-04-10 17:02:01 +0200 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2024-04-10 17:40:53 +0200 |
commit | 40611863e4fcc8590b7abb738f286e43d9c87969 (patch) | |
tree | b25b70fe5c161322f3fb10ad137d656a2b6de496 /units | |
parent | bless-boot-generator: use generator_add_symlink (diff) | |
download | systemd-40611863e4fcc8590b7abb738f286e43d9c87969.tar.xz systemd-40611863e4fcc8590b7abb738f286e43d9c87969.zip |
units/systemd-boot-check-no-failures.service: drop unneeded dep on shutdown.target
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-boot-check-no-failures.service.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/units/systemd-boot-check-no-failures.service.in b/units/systemd-boot-check-no-failures.service.in index eaadd0e554..2e17cb9c8e 100644 --- a/units/systemd-boot-check-no-failures.service.in +++ b/units/systemd-boot-check-no-failures.service.in @@ -12,8 +12,6 @@ Description=Check if Any System Units Failed Documentation=man:systemd-boot-check-no-failures.service(8) After=default.target graphical.target multi-user.target Before=boot-complete.target -Conflicts=shutdown.target -Before=shutdown.target [Service] Type=oneshot |