Commit 7674d50
Gabriel Monroy
fix(systemd): handle starting containers that already exist
After a reboot, named containers for Deis components often
exist in a stopped state. Prior to this commit,
Deis would fail to start the components due to a name conflict.
Now any existing named containers are removed in ExecStartPre
so ExecStart should always succeed.1 parent c32330f commit 7674d50
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments