Commit 3c00d17
[systemd] only run update timer on normal boot (#506)
* [systemd] only run update timer on normal boot
Noticed that this is activated too early, e.g. when coming out of
"actdead" mode.
We really need to run only on a regularly booted system.
* Fix a typo in qdoc
* Use `PartOf=` instead of `After=`
---------
Co-authored-by: olf <[email protected]>1 parent 7db8c87 commit 3c00d17
File tree
2 files changed
+2
-1
lines changed- src
- bin/patchmanager-daemon/systemd
2 files changed
+2
-1
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
0 commit comments