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

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