1# SPDX-License-Identifier: LGPL-2.1-or-later
2[Unit]
3Description=Test for CPUAffinity (simple)
4
5[Service]
6ExecStart=/bin/sh -c 'test $$(cat /proc/self/status | grep Cpus_allowed: | rev | cut -c 1) = 1'
7CPUAffinity=0
8