Add /usr/sbin
to our path variable for systemd
iptables is sometimes placed in `/usr/sbin` Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
This commit is contained in:
parent
c37156ff42
commit
ea996b88c1
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ StartLimitInterval=60s
|
||||||
|
|
||||||
# On RPM Based distributions PATH isn't defined so we define it here
|
# On RPM Based distributions PATH isn't defined so we define it here
|
||||||
# /opt/containerd/bin is in front so dockerd grabs the correct runc binary
|
# /opt/containerd/bin is in front so dockerd grabs the correct runc binary
|
||||||
Environment="PATH=/opt/containerd/bin:/sbin:/usr/bin:/usr/local/bin:$PATH"
|
Environment="PATH=/opt/containerd/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:$PATH"
|
||||||
|
|
||||||
# Having non-zero Limit*s causes performance problems due to accounting overhead
|
# Having non-zero Limit*s causes performance problems due to accounting overhead
|
||||||
# in the kernel. We recommend using cgroups to do container-local accounting.
|
# in the kernel. We recommend using cgroups to do container-local accounting.
|
||||||
|
|
Loading…
Reference in a new issue