Commit 589c763
runsc/cgroup: don't no-op cgroupSystemd.Join() if unit exists
Note that although dbus.Conn.AttachProcessesToUnit() was added in v22.6.0
(2025: https://pkg.go.dev/github.com/coreos/go-systemd/v22/dbus?tab=versions),
the underlying systemd call was added in v238 (2018:
https://lists.freedesktop.org/archives/systemd-devel/2018-March/040469.html).
PiperOrigin-RevId: 8277205831 parent feddee9 commit 589c763
3 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| 237 | + | |
| 238 | + | |
237 | 239 | | |
238 | 240 | | |
239 | 241 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
185 | 188 | | |
186 | 189 | | |
187 | 190 | | |
| |||
0 commit comments