Merge pull request #231 from kolyshkin/fix-path
[master] systemd/docker.service: fix PATH
This commit is contained in:
commit
da38ea9750
1 changed files with 1 additions and 2 deletions
|
@ -26,9 +26,8 @@ StartLimitBurst=3
|
|||
# this option work for either version of systemd.
|
||||
StartLimitInterval=60s
|
||||
|
||||
# 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
|
||||
Environment="PATH=/opt/containerd/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:$PATH"
|
||||
Environment="PATH=/opt/containerd/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
||||
|
||||
# Having non-zero Limit*s causes performance problems due to accounting overhead
|
||||
# in the kernel. We recommend using cgroups to do container-local accounting.
|
||||
|
|
Loading…
Add table
Reference in a new issue