mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add post-stop
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
d5abba2e2c
commit
0c8e758012
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ Wants=network-online.target
|
|||
# Install containerd-shim-process if it's not already installed
|
||||
ExecStartPre=/usr/libexec/containerd-offline-installer /var/lib/containerd-offline-installer/containerd-shim-process.tar docker.io/docker/containerd-shim-process
|
||||
ExecStart=/usr/bin/dockerd
|
||||
ExecStopPost=/usr/bin/dockerd post-stop
|
||||
TimeoutSec=0
|
||||
Restart=always
|
||||
# On RPM Based distributions PATH isn't defined so we define it here
|
||||
|
|
Loading…
Reference in a new issue