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

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