summaryrefslogtreecommitdiff
path: root/test/test-execute/exec-personality-x86.service
blob: a623a08cbedaad967afaec5d5632e172428bf067 (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"'
Type=oneshot
Personality=x86