]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/exec-personality-x86.service
build-sys: Normalize paths of configure options
[thirdparty/systemd.git] / test / exec-personality-x86.service
CommitLineData
281e05b6
RC
1[Unit]
2Description=Test for Personality=x86
3
4[Service]
5ExecStart=/bin/sh -c 'echo $(uname -m); exit $(test $(uname -m) = "i686")'
6Type=oneshot
7Personality=x86