mirror of
https://git.proxmox.com/git/systemd
synced 2025-08-05 18:02:38 +00:00
8 lines
164 B
Desktop File
8 lines
164 B
Desktop File
[Unit]
|
|
Description=Test for Personality=ppc64
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -c 'echo $(uname -m); exit $(test $(uname -m) = "ppc64")'
|
|
Type=oneshot
|
|
Personality=ppc64
|