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

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