mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
8 lines
167 B
SYSTEMD
8 lines
167 B
SYSTEMD
|
[Unit]
|
||
|
Description=Test for Personality=x86-64
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/bin/sh -c 'echo $(uname -m); exit $(test $(uname -m) = "x86_64")'
|
||
|
Type=oneshot
|
||
|
Personality=x86-64
|