mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-04-29 21:21:54 +01:00
Unfortunately, orderings like Before= cannot be overriden by vendor settings. This is mentioned in "Example 2. Overriding vendor settings" on https://www.freedesktop.org/software/systemd/man/systemd.unit.html. Correctly fix ordering by overriding the entire unit.
4 lines
70 B
Plaintext
4 lines
70 B
Plaintext
[Unit]
|
|
RequiresMountsFor=/var/lib/systemd
|
|
After=network-online.target
|