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