Commit d493bcb
authored
Start OS Agent Systemd service after sysinit.target (home-assistant#224)
As OS Agent accesses various system features, it should be mandatory
that all mounts have been created and the system is mostly initialized.
This should be the sysinit.target - at this point everything should be
up and only various services should be being initialized (those would
need to be specified explicitly).
A concrete example of this target being needed is
systemd-sysctl.service - without that finished, OS Agent may get wrong
kernel parameters which are later set via that service.1 parent 59a514b commit d493bcb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments