diff options
-rw-r--r-- | src/core/cgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cgroup.c b/src/core/cgroup.c index e7ae9273a6..2d819b8ebb 100644 --- a/src/core/cgroup.c +++ b/src/core/cgroup.c @@ -2963,7 +2963,7 @@ int unit_cgroup_freezer_action(Unit *u, FreezerAction action) { if (r < 0) return r; - return 0; + return 1; } static const char* const cgroup_device_policy_table[_CGROUP_DEVICE_POLICY_MAX] = { |