mirror of
https://git.proxmox.com/git/systemd
synced 2025-08-03 08:46:15 +00:00
8 lines
146 B
Desktop File
8 lines
146 B
Desktop File
[Unit]
|
|
Description=Test for Personality=x86
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -x -c 'c=$$(uname -m); test "$$c" = "i686"'
|
|
Type=oneshot
|
|
Personality=x86
|