summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-cpuaffinity3.service
blob: 4a45d3b2d5ab72f810ad49b43cd4b35983367b04 (plain)
1
2
3
4
5
6
7
[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