mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
8 lines
187 B
SYSTEMD
8 lines
187 B
SYSTEMD
|
[Unit]
|
||
|
Description=Test for CPUAffinity (merge)
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/bin/sh -c 'test $$(cat /proc/self/status | grep Cpus_allowed: | rev | cut -c 1) = 7'
|
||
|
CPUAffinity=0,1
|
||
|
CPUAffinity=1-2
|