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
|