mirror of
https://github.com/systemd/systemd.git
synced 2024-11-06 16:59:03 +03:00
7517f51ef9
Introduce personality support for Linux on z Systems to run particular services with a 64-bit or 31-bit personality.
8 lines
161 B
Desktop File
8 lines
161 B
Desktop File
[Unit]
|
|
Description=Test for Personality=s390
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -c 'echo $(uname -m); exit $(test $(uname -m) = "s390")'
|
|
Type=oneshot
|
|
Personality=s390
|