mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-04-30 21:51:40 +01:00
This is more readable than passing arguments to the daemon directly. It also shortens the ExecStart command significantly, which is stored in every log entry in systemd-journald.
6 lines
94 B
Plaintext
6 lines
94 B
Plaintext
[Unit]
|
|
RequiresMountsFor=/etc/docker /mnt/data /var/lib/docker
|
|
|
|
[Service]
|
|
OOMScoreAdjust=-400
|