summaryrefslogtreecommitdiff
path: root/test/exec-personality-s390.service
blob: f3c3b03e3d83036d72e3b9f0f203b1bdf7c51e19 (plain)
1
2
3
4
5
6
7
[Unit]
Description=Test for Personality=s390

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