summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-personality-aarch64.service
blob: 8511174411af7d31281eb5e77ce240e4858711e8 (plain)
1
2
3
4
5
6
7
[Unit]
Description=Test for Personality=aarch64

[Service]
ExecStart=/bin/sh -c 'echo $(uname -m); exit $(test $(uname -m) = "aarch64")'
Type=oneshot
Personality=aarch64