summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-personality-aarch64.service
blob: 0783a873640408166721138fc2822a67d12aaf54 (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=Test for Personality=aarch64

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