1 2 3 4 5 6 7
[Unit] Description=Test for Personality=ppc64 [Service] ExecStart=/bin/sh -c 'echo $(uname -m); exit $(test $(uname -m) = "ppc64")' Type=oneshot Personality=ppc64