summaryrefslogtreecommitdiff
path: root/test/test-execute/exec-personality-x86.service
blob: 4ece7de718e794e6078283cd2e1fa73a5d3cf31d (plain)
1
2
3
4
5
6
7
[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