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

[Service]
ExecStart=sh -x -c 'c=$$(uname -m); test "$$c" = "s390"'
Type=oneshot
Personality=s390