summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-personality-ppc64.service
blob: dd83bf66eec7b822cd9b81e0639fb1f3c15c67ca (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=sh -c 'echo $(uname -m); exit $(test $(uname -m) = "ppc64")'
Type=oneshot
Personality=ppc64