mirror of
https://git.proxmox.com/git/systemd
synced 2025-08-18 20:08:03 +00:00
9 lines
199 B
Desktop File
9 lines
199 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[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
|