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

[Service]
ExecStart=/bin/sh -x -c 'c=$$(uname -m); test "$$c" = "i686" -o "$$c" = "x86_64"'
Type=oneshot
Personality=x86