diff options
Diffstat (limited to 'src/core/unit.c')
-rw-r--r-- | src/core/unit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/unit.c b/src/core/unit.c index 685df6f00d..b784277a96 100644 --- a/src/core/unit.c +++ b/src/core/unit.c @@ -3895,7 +3895,7 @@ int unit_kill_context( * should not exist in non-delegated units. On * the unified hierarchy that's different, * there we get proper events. Hence rely on - * them.*/ + * them. */ if (cg_unified(SYSTEMD_CGROUP_CONTROLLER) || (detect_container() == 0 && !unit_cgroup_delegate(u))) |