]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-execute/exec-personality-ppc64le.service
Merge pull request #14194 from yuwata/network-multipath-routing-12541
[thirdparty/systemd.git] / test / test-execute / exec-personality-ppc64le.service
CommitLineData
12591863
JS
1[Unit]
2Description=Test for Personality=ppc64le
3
4[Service]
5ExecStart=/bin/sh -c 'echo $(uname -m); exit $(test $(uname -m) = "ppc64le")'
6Type=oneshot
7Personality=ppc64le