mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
1473836a1e
Fedora and friends has a drop-in config for the settings in /usr/lib/systemd/user/slice.d/ . Hence, settings in the main .slice may be overridden. Let's set below in a drop-in with higher decimal prefix. Also, rename override.conf -> 99-managed-oom-preference.conf for the same reason.
10 lines
190 B
SYSTEMD
10 lines
190 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
Description=Test slice for memory pressure kills
|
|
|
|
[Slice]
|
|
CPUAccounting=true
|
|
MemoryAccounting=true
|
|
IOAccounting=true
|
|
TasksAccounting=true
|