]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-execute/exec-personality-aarch64.service
tmpfiles: make truncate_file() safe
[thirdparty/systemd.git] / test / test-execute / exec-personality-aarch64.service
CommitLineData
709e86f1 1[Unit]
12591863
JS
2Description=Test for Personality=aarch64
3
4[Service]
5ExecStart=/bin/sh -c 'echo $(uname -m); exit $(test $(uname -m) = "aarch64")'
6Type=oneshot
7Personality=aarch64