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

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