Cross Reference: exec-personality-x86.service
xref
: /
systemd
/
test
/
test-execute
/
exec-personality-x86.service
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
[Unit]
Description=Test for Personality=x86
[Service]
ExecStart=
/bin/sh
-x -c 'c=$$(uname -m); test "$$c" = "i686"'
Type=oneshot
Personality=x86