14 lines
260 B
Plaintext
14 lines
260 B
Plaintext
|
# PVC VM slice unit
|
||
|
# {{ ansible_managed }}
|
||
|
|
||
|
[Unit]
|
||
|
Description = Core System Slice
|
||
|
Documentation = man:systemd.special(7)
|
||
|
Before = slices.target
|
||
|
|
||
|
[Slice]
|
||
|
CPUAccounting = true
|
||
|
Delegate = true
|
||
|
CPUAffinity = {{ cpuset_system }}
|
||
|
AllowedCPUs = {{ cpuset_system }}
|