mirror of
https://git.proxmox.com/git/systemd
synced 2025-12-26 08:26:38 +00:00
9 lines
215 B
Desktop File
9 lines
215 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
Description=Test for Personality=aarch64
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -c 'echo $(uname -m); exit $(test $(uname -m) = "aarch64")'
|
|
Type=oneshot
|
|
Personality=aarch64
|