Commit 93ee6b2
committed
Avoid deadlock with systemctlreload-thispackage and Wants: cloud-final-which-called-us-to-reload
Wants: and After: do indeed indicate a soft dependency on the existentiality of
a package (cloud-init), but not on the state of whether it has begun running
and finished running. If it exists at all, then After: will
There is no mechanism built-in for either allowing update-motd not to depend on
cloud-init existing, or asking cloud-init to run things that start update-motd
and not hang on cloud-init having finished.1 parent e5fb657 commit 93ee6b2
2 files changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments