mirror of
https://github.com/systemd/systemd.git
synced 2025-01-09 01:18:19 +03:00
9 lines
191 B
SYSTEMD
9 lines
191 B
SYSTEMD
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||
|
[Unit]
|
||
|
Description=Test for Personality=s390x
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=sh -x -c 'c=$$(uname -m); test "$$c" = "s390x"'
|
||
|
Type=oneshot
|
||
|
Personality=s390x
|