Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v242-stable
/
.
/
test
/
test-execute
/
exec-personality-x86.service
blob: 4ece7de718e794e6078283cd2e1fa73a5d3cf31d [
file
] [
log
] [
blame
] [
raw
]
[
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