diff options
Diffstat (limited to 'src/mount.c')
-rw-r--r-- | src/mount.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mount.c b/src/mount.c index 50fe85cb7c..e7fdcc84f3 100644 --- a/src/mount.c +++ b/src/mount.c @@ -535,6 +535,7 @@ static int mount_spawn(Mount *m, ExecCommand *c, pid_t *_pid) { true, true, m->meta.manager->confirm_spawn, + true, m->meta.cgroup_bondings, &pid)) < 0) goto fail; |