Cross Reference: exec-personality-x86-64.service
xref
: /
systemd
/
test
/
test-execute
/
exec-personality-x86-64.service
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
[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