summaryrefslogtreecommitdiff
path: root/test/test-execute/exec-personality-ppc64.service
blob: ccc2c8d83de9be69b970b7d709e884b3cc8157f4 (plain)
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