Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Commit

Permalink
systemd: remove ordering on update-engine
Browse files Browse the repository at this point in the history
If update-engine.service has failed, locksmithd.service will fail with:

 Job locksmithd.service/start failed with result 'dependency'.

As a result, it will not retry to start itself. We can just remove this
ordering and let locksmith wait for update engine.
  • Loading branch information
crawford committed Oct 23, 2015
1 parent 6e7f5d7 commit d01a4c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions systemd/locksmithd.service
@@ -1,7 +1,5 @@
[Unit]
Description=Cluster reboot manager
Requires=update-engine.service
After=update-engine.service
ConditionVirtualization=!container
ConditionPathExists=!/usr/.noupdate

Expand Down

0 comments on commit d01a4c3

Please sign in to comment.