mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
8 lines
170 B
Desktop File
8 lines
170 B
Desktop File
[Unit]
|
|
Description=Test for Personality=aarch64
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -c 'echo $(uname -m); exit $(test $(uname -m) = "aarch64")'
|
|
Type=oneshot
|
|
Personality=aarch64
|